aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/reporthandler.h
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2012-02-29 00:47:11 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-13 10:53:46 -0300
commit2c2883fc2253da9e3e4ae344bc7c0ce888d39ca9 (patch)
treef641d14d52fd88d27667ceef7d393d6900aa05c3 /ApiExtractor/reporthandler.h
parent323a511f4920a2001ae353b584f47f2aa30534c5 (diff)
Removed all visibility macros from ApiExtractor since it's now a static lib.
Diffstat (limited to 'ApiExtractor/reporthandler.h')
-rw-r--r--ApiExtractor/reporthandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ApiExtractor/reporthandler.h b/ApiExtractor/reporthandler.h
index f1fae50ed..cc874e7af 100644
--- a/ApiExtractor/reporthandler.h
+++ b/ApiExtractor/reporthandler.h
@@ -25,9 +25,8 @@
#define REPORTHANDLER_H
class QString;
-#include "apiextractormacros.h"
-class APIEXTRACTOR_API ReportHandler
+class ReportHandler
{
public:
enum DebugLevel { NoDebug, SparseDebug, MediumDebug, FullDebug };