export headers for QAD, PIQt and cd_utils

This commit is contained in:
2020-08-19 22:42:37 +03:00
parent 3ca32f4972
commit f7eabd1a85
89 changed files with 490 additions and 365 deletions

View File

@@ -24,10 +24,10 @@
#include <QPen>
#include <QBrush>
#include <QFont>
#include "qad_export.h"
#include "qad_blockview_export.h"
class QAD_EXPORT AlignedTextItem: public QGraphicsItem {
class QAD_BLOCKVIEW_EXPORT AlignedTextItem: public QGraphicsItem {
public:
AlignedTextItem(QGraphicsItem * parent = 0);
AlignedTextItem(const QString & text, QGraphicsItem * parent = 0);