mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T180, toggleTabBarPosition still requires old slot style
This commit is contained in:
@@ -188,6 +188,10 @@ namespace BlackGui
|
||||
//! Toogle lock tabbar
|
||||
void toggleTabBarLocked(bool locked);
|
||||
|
||||
private slots:
|
||||
//! Toggle tab position North - South
|
||||
void toggleTabBarPosition();
|
||||
|
||||
private:
|
||||
QList<CDockWidgetInfoArea *> m_dockWidgetInfoAreas;
|
||||
QList<CInfoArea *> m_childInfoAreas;
|
||||
@@ -251,9 +255,6 @@ namespace BlackGui
|
||||
//! Show tab bar
|
||||
void showTabBar(bool show);
|
||||
|
||||
//! Toggle tab position North - South
|
||||
void toggleTabBarPosition();
|
||||
|
||||
//! Set dock area used
|
||||
void setDockArea(Qt::DockWidgetArea area);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user