forked from qt-creator/qt-creator
Export ActionContainer.
Change-Id: I075dc07fe5ead7c7303bd1f55e1a9e69a8d25aa7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#ifndef ACTIONCONTAINER_H
|
||||
#define ACTIONCONTAINER_H
|
||||
|
||||
#include "coreplugin/core_global.h"
|
||||
#include "coreplugin/icontext.h"
|
||||
|
||||
#include <QObject>
|
||||
@@ -44,7 +45,7 @@ namespace Core {
|
||||
|
||||
class Command;
|
||||
|
||||
class ActionContainer : public QObject
|
||||
class CORE_EXPORT ActionContainer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user