File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class CFloatingDockContainer;
49
49
* has not finished. And we need to remove a tab, if the user drags a
50
50
* a dock widget out of a group of tabbed widgets
51
51
*/
52
- class CDockAreaTabBar : public QScrollArea
52
+ class ADS_EXPORT CDockAreaTabBar : public QScrollArea
53
53
{
54
54
Q_OBJECT
55
55
private:
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ struct DockAreaTitleBarPrivate;
47
47
* The title bar contains a tabbar with all tabs for a dock widget group and
48
48
* with a tabs menu button, a undock button and a close button.
49
49
*/
50
- class CDockAreaTitleBar : public QFrame
50
+ class ADS_EXPORT CDockAreaTitleBar : public QFrame
51
51
{
52
52
Q_OBJECT
53
53
private:
Original file line number Diff line number Diff line change 31
31
// ============================================================================
32
32
#include < QLabel>
33
33
34
+ #include " ads_globals.h"
35
+
34
36
namespace ads
35
37
{
36
38
struct ElidingLabelPrivate ;
@@ -41,7 +43,7 @@ struct ElidingLabelPrivate;
41
43
* and reading the text via a pointer to the base class QLabel does not work
42
44
* properly
43
45
*/
44
- class CElidingLabel : public QLabel
46
+ class ADS_EXPORT CElidingLabel : public QLabel
45
47
{
46
48
Q_OBJECT
47
49
private:
You can’t perform that action at this time.
0 commit comments