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:
enum TabType {
FeedReader = 1000,
DownloadManager = 1001,
NonClosable = 1002,
Closable = 1003
FeedReader = 1,
DownloadManager = 2,
NonClosable = 4,
Closable = 8
};
// Constructors.