diff --git a/src/mainwindow.h b/src/mainwindow.h index 227e32a..98c640e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -41,6 +41,18 @@ private: }; +class HushChat +{ + +public: + HushContact contact(); + void setContact(); + QString myZaddr(); +private: + +}; + + class MainWindow : public QMainWindow { Q_OBJECT