Skip to content

Commit 5a18526

Browse files
Fixed missing source files in demo/CMakeLists.txt
1 parent 8bc2236 commit 5a18526

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demo/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ set(ads_demo_SRCS
1313
mainwindow.ui
1414
StatusDialog.cpp
1515
StatusDialog.ui
16+
ImageViewer.cpp
17+
RenderWidget.cpp
1618
demo.qrc
1719
)
1820
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})

src/AutoHideTab.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ struct AutoHideTabPrivate;
3939
class CDockWidget;
4040
class CAutoHideSideBar;
4141
class CDockWidgetTab;
42-
struct SideTabIconLabelPrivate;
43-
struct DockContainerWidgetPrivate;
42+
class DockContainerWidgetPrivate;
4443

4544
/**
4645
* A dock widget Side tab that shows a title or an icon.

0 commit comments

Comments
 (0)