export headers for QAD, PIQt and cd_utils
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
# include <QRegExp>
|
||||
typedef QRegExp QRegularExpression;
|
||||
#endif
|
||||
#include "qad_export.h"
|
||||
#include "qad_application_export.h"
|
||||
|
||||
class QTextEdit;
|
||||
class QTextBlock;
|
||||
@@ -40,7 +40,7 @@ namespace Ui {
|
||||
class LogView;
|
||||
}
|
||||
|
||||
class QAD_EXPORT LogView: public QWidget
|
||||
class QAD_APPLICATION_EXPORT LogView: public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool filterVisible READ isFilterVisible WRITE setFilterVisible)
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
void addText(const QString & text, bool insert_newline = true);
|
||||
|
||||
private:
|
||||
struct Category {
|
||||
struct QAD_APPLICATION_EXPORT Category {
|
||||
Category();
|
||||
void makeIcon(QSize size, QSize size_icon);
|
||||
QString label;
|
||||
|
||||
Reference in New Issue
Block a user