forked from qt-creator/qt-creator
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:
@@ -30,8 +30,6 @@
|
||||
#ifndef MACROSPLUGIN_MACROOPTIONSPAGE_H
|
||||
#define MACROSPLUGIN_MACROOPTIONSPAGE_H
|
||||
|
||||
#include "macros_global.h"
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
|
||||
namespace Macros {
|
||||
@@ -39,7 +37,7 @@ namespace Internal {
|
||||
|
||||
class MacroOptionsWidget;
|
||||
|
||||
class MACROS_EXPORT MacroOptionsPage : public Core::IOptionsPage
|
||||
class MacroOptionsPage : public Core::IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user