Better flags for tabbar.
This commit is contained in:
parent
13662abc69
commit
f6ad603828
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue