From 2c2883fc2253da9e3e4ae344bc7c0ce888d39ca9 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 29 Feb 2012 00:47:11 -0300 Subject: Removed all visibility macros from ApiExtractor since it's now a static lib. --- ApiExtractor/reporthandler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ApiExtractor/reporthandler.h') 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 }; -- cgit v1.2.3