We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc2236 commit 5a18526Copy full SHA for 5a18526
demo/CMakeLists.txt
@@ -13,6 +13,8 @@ set(ads_demo_SRCS
13
mainwindow.ui
14
StatusDialog.cpp
15
StatusDialog.ui
16
+ ImageViewer.cpp
17
+ RenderWidget.cpp
18
demo.qrc
19
)
20
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
src/AutoHideTab.h
@@ -39,8 +39,7 @@ struct AutoHideTabPrivate;
39
class CDockWidget;
40
class CAutoHideSideBar;
41
class CDockWidgetTab;
42
-struct SideTabIconLabelPrivate;
43
-struct DockContainerWidgetPrivate;
+class DockContainerWidgetPrivate;
44
45
/**
46
* A dock widget Side tab that shows a title or an icon.
0 commit comments