Macros: Remove export macros and move code into Internal namespace

Change-Id: I2f5aa2b15235dfa7f3f002703771dd902d67199e
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
Tobias Hunger
2013-08-23 14:33:43 +02:00
parent 60cde65ba8
commit 6659685220
18 changed files with 34 additions and 84 deletions

View File

@@ -30,16 +30,16 @@
#ifndef MACROSPLUGIN_IMACROHANDLER_H
#define MACROSPLUGIN_IMACROHANDLER_H
#include "macros_global.h"
#include <QObject>
namespace Macros {
namespace Internal {
class Macro;
class MacroEvent;
class MacroManager;
class MACROS_EXPORT IMacroHandler: public QObject
class IMacroHandler: public QObject
{
public:
IMacroHandler();
@@ -65,6 +65,7 @@ private:
IMacroHandlerPrivate *d;
};
} // namespace Internal
} // namespace Macros
#endif // MACROSPLUGIN_IMACROHANDLER_H