mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
qt5: Use Qt::WindowFlags instead of Qt::WFlags
This commit is contained in:
parent
6e227f18ae
commit
ce8d52f813
@ -18,7 +18,7 @@
|
||||
#include <QPaintEvent>
|
||||
|
||||
|
||||
GuiSetBorder::GuiSetBorder(QWidget * parent, Qt::WFlags fl)
|
||||
GuiSetBorder::GuiSetBorder(QWidget * parent, Qt::WindowFlags fl)
|
||||
: QWidget(parent, fl), buffer(75, 75)
|
||||
{
|
||||
/* length of corner line */
|
||||
|
@ -26,7 +26,7 @@ class GuiSetBorder : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
GuiSetBorder(QWidget * parent = 0, Qt::WFlags fl = 0);
|
||||
GuiSetBorder(QWidget * parent = 0, Qt::WindowFlags fl = 0);
|
||||
|
||||
bool getLeft();
|
||||
bool getRight();
|
||||
|
Loading…
Reference in New Issue
Block a user