Better flags for tabbar.

This commit is contained in:
Martin Rotter 2017-07-08 09:37:37 +02:00
parent 13662abc69
commit f6ad603828

View file

@ -29,10 +29,10 @@ class TabBar : public QTabBar {
public: public:
enum TabType { enum TabType {
FeedReader = 1000, FeedReader = 1,
DownloadManager = 1001, DownloadManager = 2,
NonClosable = 1002, NonClosable = 4,
Closable = 1003 Closable = 8
}; };
// Constructors. // Constructors.