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:
Tim Jenssen
2018-04-18 12:49:53 +02:00
parent 29110b68f7
commit c087c4d5a9
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
namespace Timeline {
class TIMELINE_EXPORT TraceEvent
class TraceEvent
{
public:
TraceEvent(qint64 timestamp = -1, qint32 typeIndex = -1)

View File

@@ -33,7 +33,7 @@
namespace Timeline {
class TIMELINE_EXPORT TraceEventType
class TraceEventType
{
public:
TraceEventType(quint8 feature = 255, const QString &displayName = QString())