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;
4949 * has not finished. And we need to remove a tab, if the user drags a
5050 * a dock widget out of a group of tabbed widgets
5151 */
52- class CDockAreaTabBar : public QScrollArea
52+ class ADS_EXPORT CDockAreaTabBar : public QScrollArea
5353{
5454 Q_OBJECT
5555private:
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ struct DockAreaTitleBarPrivate;
4747 * The title bar contains a tabbar with all tabs for a dock widget group and
4848 * with a tabs menu button, a undock button and a close button.
4949 */
50- class CDockAreaTitleBar : public QFrame
50+ class ADS_EXPORT CDockAreaTitleBar : public QFrame
5151{
5252 Q_OBJECT
5353private:
Original file line number Diff line number Diff line change 3131// ============================================================================
3232#include < QLabel>
3333
34+ #include " ads_globals.h"
35+
3436namespace ads
3537{
3638struct ElidingLabelPrivate ;
@@ -41,7 +43,7 @@ struct ElidingLabelPrivate;
4143 * and reading the text via a pointer to the base class QLabel does not work
4244 * properly
4345 */
44- class CElidingLabel : public QLabel
46+ class ADS_EXPORT CElidingLabel : public QLabel
4547{
4648 Q_OBJECT
4749private:
You can’t perform that action at this time.
0 commit comments