export headers for QAD, PIQt and cd_utils
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user