commit | def9061eb3b978c8805443567d9281aded189dd4 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Oct 09 22:34:42 2013 -0700 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Wed Oct 09 22:34:42 2013 -0700 |
tree | 661379591deb51b7a18a19d7a2f60e20e638b00f | |
parent | ffb32633c0c793aa516f8beab0dd73e6f8ac08bb [diff] [blame] |
tmp
diff --git a/src/contactpanel.h b/src/contactpanel.h new file mode 100644 index 0000000..62e478d --- /dev/null +++ b/src/contactpanel.h
@@ -0,0 +1,22 @@ +#ifndef CONTACTPANEL_H +#define CONTACTPANEL_H + +#include <QDialog> + +namespace Ui { +class ContactPanel; +} + +class ContactPanel : public QDialog +{ + Q_OBJECT + +public: + explicit ContactPanel(QWidget *parent = 0); + ~ContactPanel(); + +private: + Ui::ContactPanel *ui; +}; + +#endif // CONTACTPANEL_H