This commit is contained in:
Martin Rotter 2020-11-19 19:44:48 +01:00
parent 1030f5234f
commit 9a22839294

View File

@ -76,7 +76,7 @@ class RSSGUARD_DLLSPEC FormMain : public QMainWindow {
private: private:
// Event handler reimplementations. // Event handler reimplementations.
void changeEvent(QEvent* event); virtual void changeEvent(QEvent* event);
// Creates all needed menus and sets them up. // Creates all needed menus and sets them up.
void prepareMenus(); void prepareMenus();