forked from qt-creator/qt-creator
C++: Export DiagnosticMessage
This is now necessary due to the recent change that added the non-inline operator==. Change-Id: I62255ddeb09f1e312a802db9733575e73ea56478 Reviewed-on: http://codereview.qt.nokia.com/3928 Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
This commit is contained in:
committed by
Leandro T. C. Melo
parent
d7ac11ea51
commit
f235f2594b
@@ -128,7 +128,7 @@ public:
|
||||
|
||||
static Ptr create(const QString &fileName);
|
||||
|
||||
class DiagnosticMessage
|
||||
class CPLUSPLUS_EXPORT DiagnosticMessage
|
||||
{
|
||||
public:
|
||||
enum Level {
|
||||
|
||||
Reference in New Issue
Block a user