diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 00:54:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-11 00:54:00 +0200 |
commit | 9e16a31dec67217deee14492f8b7a2cb1c42b7a5 (patch) | |
tree | 1eade48b0b845fa5dae4af4cbf12f7ed14b3ca90 /src/mainview.h | |
parent | Fix the checked state of a toolbar's bookmark folder which is dropped on itself. (diff) | |
download | rekonq-9e16a31dec67217deee14492f8b7a2cb1c42b7a5.tar.xz |
inlined "abused" function and removed 2 unuseful calls to updateTabBar
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index f8aa94b7..8bd66161 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -105,7 +105,7 @@ public: return m_recentlyClosedTabs; } - int originalWidthHint() const; + inline int originalWidthHint() const { return m_originalWidthHint; }; Q_SIGNALS: // current tab signals |