X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=mainwindow.h;h=ad0638d11d1d78f05fd33a6bb4a5043849b11aeb;hb=d23a43b32b1bffd2e59fa649edc1ea8336e7cfc7;hp=8eca343e4b573d22c878f687149922688d39d312;hpb=47556496969ef4c98f36d54c0dd1eac44d2d6caf;p=adress.git diff --git a/mainwindow.h b/mainwindow.h index 8eca343..ad0638d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,6 +1,12 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include "ui/mainwindowbase.h" +#include +#include +#include +#include +#include +#include "contact.h" class MainWindow : public CMainWindowBase { @@ -17,6 +23,7 @@ public slots: void slotLoad(); void slotSearch(); void slotModify(QListViewItem* lvi); + void slotModify(); protected: void updateView();