mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-14 00:52:05 +08:00
Fixed missing source files in demo/CMakeLists.txt
This commit is contained in:
parent
8bc2236f4f
commit
5a185268c4
@ -13,6 +13,8 @@ set(ads_demo_SRCS
|
|||||||
mainwindow.ui
|
mainwindow.ui
|
||||||
StatusDialog.cpp
|
StatusDialog.cpp
|
||||||
StatusDialog.ui
|
StatusDialog.ui
|
||||||
|
ImageViewer.cpp
|
||||||
|
RenderWidget.cpp
|
||||||
demo.qrc
|
demo.qrc
|
||||||
)
|
)
|
||||||
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
|
add_executable(AdvancedDockingSystemDemo WIN32 ${ads_demo_SRCS})
|
||||||
|
@ -39,8 +39,7 @@ struct AutoHideTabPrivate;
|
|||||||
class CDockWidget;
|
class CDockWidget;
|
||||||
class CAutoHideSideBar;
|
class CAutoHideSideBar;
|
||||||
class CDockWidgetTab;
|
class CDockWidgetTab;
|
||||||
struct SideTabIconLabelPrivate;
|
class DockContainerWidgetPrivate;
|
||||||
struct DockContainerWidgetPrivate;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A dock widget Side tab that shows a title or an icon.
|
* A dock widget Side tab that shows a title or an icon.
|
||||||
|
Loading…
Reference in New Issue
Block a user