X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=mainwindow.h;h=ad0638d11d1d78f05fd33a6bb4a5043849b11aeb;hb=d23a43b32b1bffd2e59fa649edc1ea8336e7cfc7;hp=4bb69de3d95cbc01310295d5d22390d6baf4a3b2;hpb=e2721b2f5b828bf44923e249832c298972e8413f;p=adress.git diff --git a/mainwindow.h b/mainwindow.h index 4bb69de..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 { @@ -16,9 +22,12 @@ public slots: void slotDel(); void slotLoad(); void slotSearch(); - + void slotModify(QListViewItem* lvi); + void slotModify(); protected: void updateView(); + + QString filename; }; #endif // MAINWINDOW_H