summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/packagemanagergui.h
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-07-24 13:22:38 +0200
committerNiels Weber <niels.weber@digia.com>2014-07-25 14:26:13 +0200
commit2f5c612538984122018e118b506119dd0e2a2e6e (patch)
tree8ba6010cc94f6d53ee123b82fa244d5411d2ce44 /src/libs/installer/packagemanagergui.h
parent683df8bb521258f0c7aead2893f373544cab82c1 (diff)
Toggle details on ReadyForInstallation page with verbose mode
Removed the Details button, as it only confused people, especially with the internal component names being shown there. As it is essentially debugging output, it should be toggled with the verbose switch, as is the rest of the debugging output. Task-number: QTIFW-140 Change-Id: I23dc5bd033a52cffc7cf811b6ec886a9db3a6a63 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src/libs/installer/packagemanagergui.h')
-rw-r--r--src/libs/installer/packagemanagergui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/installer/packagemanagergui.h b/src/libs/installer/packagemanagergui.h
index a2cf23139..322252719 100644
--- a/src/libs/installer/packagemanagergui.h
+++ b/src/libs/installer/packagemanagergui.h
@@ -395,9 +395,6 @@ public:
bool isComplete() const;
-private slots:
- void toggleDetails();
-
protected:
void entering();
void leaving();
@@ -407,7 +404,6 @@ private:
private:
QLabel *m_msgLabel;
- QPushButton *m_taskDetailsButton;
QTextBrowser* m_taskDetailsBrowser;
};