forked from qt-creator/qt-creator
fix windows build
A header only file should not use any export macro. Change-Id: Ia081b9227041cd59de7c0c5c656ad3fc57ac04cc Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
namespace Timeline {
|
||||
|
||||
class TIMELINE_EXPORT TraceEvent
|
||||
class TraceEvent
|
||||
{
|
||||
public:
|
||||
TraceEvent(qint64 timestamp = -1, qint32 typeIndex = -1)
|
||||
|
@@ -33,7 +33,7 @@
|
||||
|
||||
namespace Timeline {
|
||||
|
||||
class TIMELINE_EXPORT TraceEventType
|
||||
class TraceEventType
|
||||
{
|
||||
public:
|
||||
TraceEventType(quint8 feature = 255, const QString &displayName = QString())
|
||||
|
Reference in New Issue
Block a user