summaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorunknown <Roopesh Chander@.(none)>2009-11-10 16:48:05 +0530
committerunknown <Roopesh Chander@.(none)>2009-11-10 16:48:05 +0530
commit6ff9e5a96fba1d1638e01a8d45df74e7a34e978e (patch)
tree7193d3c48804c73e5ca7dc588dcfcb904421679c /mainwindow.cpp
parent641fffc31ead062b78385c9285f97a70fd1c9e67 (diff)
use state transitions for blur/unblur of the toolbar
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index bb8b7b1..6810011 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -24,6 +24,7 @@ MainWindow::MainWindow(QWidget *parent) :
m_webView->setVisible(false);
m_browserToolbar->setVisible(false);
+ m_scrapsToolbar->setVisible(false);
adjustTitle();
createAnimations();