┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal/terminalpanel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-02-02 17:30:25 +0100
committerPeter Penz <[email protected]>2011-02-02 17:30:25 +0100
commit28f00f36d74572510aee58111f1a9f884e148f6b (patch)
tree5ab4ddd3d7bc0889eeac2e5719cced39969261c6 /src/panels/terminal/terminalpanel.h
parent098113498710fc06ea901c5f9c13fc25f6137f7d (diff)
Provide a default size-hint for all panels
This fixes the issue that the initial size of the Filter Panel is too small.
Diffstat (limited to 'src/panels/terminal/terminalpanel.h')
-rw-r--r--src/panels/terminal/terminalpanel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h
index b9508279e..831c97f32 100644
--- a/src/panels/terminal/terminalpanel.h
+++ b/src/panels/terminal/terminalpanel.h
@@ -42,9 +42,6 @@ public:
TerminalPanel(QWidget* parent = 0);
virtual ~TerminalPanel();
- /** @see QWidget::sizeHint() */
- virtual QSize sizeHint() const;
-
public slots:
void terminalExited();