Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2012-12-20 20:35:34 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-12-20 20:36:10 +0400
commit488943aaa0cc385ef1eb234d6a4c2aba4ad69e9b (patch)
tree4cd4322bbf5a98b7ac43613562491db0c6fcd6c8
parentc3f6153f9443f2f2ac77d5123ab407dba6e16c4b (diff)
Correct inheritance in status dialog
-rw-r--r--src/mirall/statusdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirall/statusdialog.h b/src/mirall/statusdialog.h
index 5478a2b24..b7e4159d9 100644
--- a/src/mirall/statusdialog.h
+++ b/src/mirall/statusdialog.h
@@ -61,7 +61,7 @@ class FolderViewDelegate : public QStyledItemDelegate
const QModelIndex& index );
};
-class StatusDialog : public QDialog, public Ui::statusDialog
+class StatusDialog : public QDialog, protected Ui::statusDialog
{
Q_OBJECT
public: