From 5a185268c44404e720fb751b011b13f8d3bc2d8b Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 21 Nov 2022 08:00:42 +0100 Subject: [PATCH] Fixed missing source files in demo/CMakeLists.txt --- demo/CMakeLists.txt | 2 ++ src/AutoHideTab.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 6b4504c..37fc435 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -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}) diff --git a/src/AutoHideTab.h b/src/AutoHideTab.h index affc0b0..ca8bb56 100644 --- a/src/AutoHideTab.h +++ b/src/AutoHideTab.h @@ -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.