Made QActions const
This commit is contained in:
parent
c2d07bc40c
commit
cbc6d7f0af
2 changed files with 8 additions and 7 deletions
|
@ -17,9 +17,9 @@ public slots:
|
|||
void on_about();
|
||||
|
||||
private:
|
||||
QAction* open_action;
|
||||
QAction* about_action;
|
||||
QAction* quit_action;
|
||||
QAction* const open_action;
|
||||
QAction* const about_action;
|
||||
QAction* const quit_action;
|
||||
|
||||
Canvas* canvas;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue