RibbonLocalization, RibbonConfig: Set class export for users to inherit in Qt 6+.
This commit is contained in:
parent
461dbdbf47
commit
8d6dea6c5d
|
@ -3,9 +3,10 @@
|
||||||
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
|
#include "definitions.h"
|
||||||
#include "ribbonsingleton.h"
|
#include "ribbonsingleton.h"
|
||||||
|
|
||||||
class RibbonConfig : public QObject
|
class RIBBONUI_API RibbonConfig : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
QML_ELEMENT
|
QML_ELEMENT
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#include "ribbonsingleton.h"
|
#include "ribbonsingleton.h"
|
||||||
#include "definitions.h"
|
#include "definitions.h"
|
||||||
|
|
||||||
class RibbonLocalization : public QObject
|
class RIBBONUI_API RibbonLocalization : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
QML_ELEMENT
|
QML_ELEMENT
|
||||||
|
|
Loading…
Reference in New Issue