mysocials-core 1.0
|
00001 #ifndef UIADDACCOUNT_H 00002 #define UIADDACCOUNT_H 00003 00004 #include <QDialog> 00005 00006 #include <servicemgr.h> 00007 #include "datatypes/driverinfo.h" 00008 00009 namespace Ui { 00010 class UIAddAccount; 00011 } 00012 00023 class UIAddAccount : public QDialog 00024 { 00025 Q_OBJECT 00026 00027 public: 00035 explicit UIAddAccount(ServiceMgr *sm, QWidget *parent = 0); 00036 00040 ~UIAddAccount(); 00041 00042 private: 00043 Ui::UIAddAccount *ui; 00044 ServiceMgr *sm; 00045 00046 private slots: 00051 void verify(); 00052 00053 }; 00054 00055 #endif // UIADDACCOUNT_H