Switch to new connection syntax and lambda function

This commit is contained in:
Matt Keeter 2014-03-09 10:16:47 -07:00
parent 06c048eb72
commit 7b05a4faa3
2 changed files with 16 additions and 31 deletions

View file

@ -15,8 +15,6 @@ public:
public slots:
void on_open();
void on_about();
void disable_open_action();
void enable_open_action();
private:
QAction* open_action;