diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-02-07 19:02:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-02-07 19:02:49 (GMT) |
commit | a21d013c029bdeef960dad9327a3d07dfdcdaa30 (patch) | |
tree | 90268ef963d04f99050589b8fc395bc105506529 /Swift/QtUI/QtAddContactDialog.h | |
parent | 9a00b89112861cf81554da9e956b2b3b5cddbdf7 (diff) | |
download | swift-contrib-a21d013c029bdeef960dad9327a3d07dfdcdaa30.zip swift-contrib-a21d013c029bdeef960dad9327a3d07dfdcdaa30.tar.bz2 |
Removed AddContactDialog.
Diffstat (limited to 'Swift/QtUI/QtAddContactDialog.h')
-rw-r--r-- | Swift/QtUI/QtAddContactDialog.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Swift/QtUI/QtAddContactDialog.h b/Swift/QtUI/QtAddContactDialog.h deleted file mode 100644 index 8e12c46..0000000 --- a/Swift/QtUI/QtAddContactDialog.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright (c) 2010 Kevin Smith - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. - */ - -#ifndef SWIFT_QtAddContactDialog_H -#define SWIFT_QtAddContactDialog_H - -#include "ui_QtAddContactDialog.h" -#include "Swiften/JID/JID.h" - -#include <QDialog> - -namespace Swift { - -class QtAddContactDialog : public QDialog, private Ui::QtAddContactDialog { - Q_OBJECT - - public: - QtAddContactDialog(QWidget* parent); - signals: - void onAddCommand(const JID& contact, const QString& name); - public slots: - void accept(); - private: - void showError(const QString& error); -}; - -} - -#endif |