Gui: getter Gui::MainWindow::isRestoringWindowState possibly mismarked as a slot [-Wclazy-const-signal-or-slot]

This commit is contained in:
wmayer
2023-11-13 13:42:45 +01:00
committed by wwmayer
parent 6e4da8cc82
commit dce0deca9b

View File

@@ -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.