mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-30 05:12:40 +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>
|
#include <QPaintEvent>
|
||||||
|
|
||||||
|
|
||||||
GuiSetBorder::GuiSetBorder(QWidget * parent, Qt::WFlags fl)
|
GuiSetBorder::GuiSetBorder(QWidget * parent, Qt::WindowFlags fl)
|
||||||
: QWidget(parent, fl), buffer(75, 75)
|
: QWidget(parent, fl), buffer(75, 75)
|
||||||
{
|
{
|
||||||
/* length of corner line */
|
/* length of corner line */
|
||||||
|
@ -26,7 +26,7 @@ class GuiSetBorder : public QWidget
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
GuiSetBorder(QWidget * parent = 0, Qt::WFlags fl = 0);
|
GuiSetBorder(QWidget * parent = 0, Qt::WindowFlags fl = 0);
|
||||||
|
|
||||||
bool getLeft();
|
bool getLeft();
|
||||||
bool getRight();
|
bool getRight();
|
||||||
|
Loading…
Reference in New Issue
Block a user