Gui: getter Gui::MainWindow::isRestoringWindowState possibly mismarked as a slot [-Wclazy-const-signal-or-slot]
This commit is contained in:
@@ -209,6 +209,8 @@ public:
|
||||
|
||||
void initDockWindows(bool show);
|
||||
|
||||
bool isRestoringWindowState() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
/**
|
||||
* Updates the standard actions of a text editor such as Cut, Copy, Paste, Undo and Redo.
|
||||
@@ -260,8 +262,6 @@ public Q_SLOTS:
|
||||
|
||||
void showMessage (const QString & message, int timeout = 0);
|
||||
|
||||
bool isRestoringWindowState() const;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* This method checks if the main window can be closed by checking all open documents and views.
|
||||
|
||||
Reference in New Issue
Block a user