Fix memory leaks (lacking destructors for uis)

Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Jarek Kobus
2011-10-28 13:22:45 +02:00
committed by hjk
parent c9ea9ad58b
commit 082243fd96
9 changed files with 25 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class RemoteAdditionDialog : public QDialog
public:
explicit RemoteAdditionDialog(QWidget *parent = 0);
~RemoteAdditionDialog();
QString remoteName() const;
QString remoteUrl() const;