┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintabbar.h
AgeCommit message (Collapse)Author
2017-11-20Modernize: Use override where possibleKevin Funk
Also use override instead of Q_DECL_OVERRIDE
2017-02-13Close tab on mouse release rather than on mouse pressKai Uwe Broulik
Differential Revision: https://phabricator.kde.org/D4501
2014-11-03Q_DECL_OVERRIDELukáš Tinkl
2014-07-08Implemented (QTabBar based) DolphinTabBar class to encapsulate the tab bar ↵Emmanuel Pescosta
handling from DolphinMainWindow. REVIEW: 118969