diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 18:11:02 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 18:11:02 +0200 |
commit | 9ffbbcdcb4a826319290ff08482e7bb53d4a0713 (patch) | |
tree | 6dc54eab21e82f8e84fc6cf9284cc6cdec0c2640 /src | |
parent | Removed unuseful tabbar code (diff) | |
download | rekonq-9ffbbcdcb4a826319290ff08482e7bb53d4a0713.tar.xz |
Removed no more used m_tabShortcuts variable
Diffstat (limited to 'src')
-rw-r--r-- | src/tabbar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabbar.h b/src/tabbar.h index 3aca8958..f051292c 100644 --- a/src/tabbar.h +++ b/src/tabbar.h @@ -73,7 +73,6 @@ private slots: private: - QList<QShortcut*> m_tabShortcuts; friend class MainView; QWidget *m_parent; |