Start adding actions to the mainwindow

This commit is contained in:
Luca Beltrame 2013-12-24 09:26:29 +01:00
parent 1d09d12345
commit aa5588d286
2 changed files with 27 additions and 2 deletions

View file

@ -58,6 +58,7 @@ namespace Danbooru {
private:
void setupActions();
void setupConnections();
private:
DanbooruClientView *m_view;