mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
get rid of QT3_SUPPORT and some cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14761 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
16d37fd803
commit
fe5a193198
@ -20,8 +20,8 @@
|
||||
#include <QPaintEvent>
|
||||
|
||||
|
||||
QSetBorder::QSetBorder(QWidget * parent, char const * name, Qt::WFlags fl)
|
||||
: QWidget(parent, name, fl), buffer(75, 75)
|
||||
QSetBorder::QSetBorder(QWidget * parent, Qt::WFlags fl)
|
||||
: QWidget(parent, fl), buffer(75, 75)
|
||||
{
|
||||
/* length of corner line */
|
||||
l = buffer.width() / 10;
|
||||
|
@ -28,7 +28,7 @@ class QSetBorder : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
QSetBorder(QWidget * parent = 0, char const * name = 0, Qt::WFlags fl = 0);
|
||||
QSetBorder(QWidget * parent = 0, Qt::WFlags fl = 0);
|
||||
|
||||
bool getLeft();
|
||||
bool getRight();
|
||||
|
Loading…
Reference in New Issue
Block a user