Skip to content

Commit

Permalink
Fixed missing source files in demo/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF committed Nov 21, 2022
1 parent 8bc2236 commit 5a18526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ set(ads_demo_SRCS
mainwindow.ui
StatusDialog.cpp
StatusDialog.ui
ImageViewer.cpp
RenderWidget.cpp
demo.qrc
)
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
Expand Down
3 changes: 1 addition & 2 deletions src/AutoHideTab.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ struct AutoHideTabPrivate;
class CDockWidget;
class CAutoHideSideBar;
class CDockWidgetTab;
struct SideTabIconLabelPrivate;
struct DockContainerWidgetPrivate;
class DockContainerWidgetPrivate;

/**
* A dock widget Side tab that shows a title or an icon.
Expand Down

0 comments on commit 5a18526

Please sign in to comment.