mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #595 Insert missing BLACKGUI_EXPORT.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#ifndef BLACKGUI_SHORTCUT_H
|
||||
#define BLACKGUI_SHORTCUT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QShortcut>
|
||||
|
||||
namespace BlackGui
|
||||
@@ -21,7 +22,7 @@ namespace BlackGui
|
||||
/*!
|
||||
* Shortcut class to avoid overlapping shortcut defintions
|
||||
*/
|
||||
class CShortcut
|
||||
class BLACKGUI_EXPORT CShortcut
|
||||
{
|
||||
public:
|
||||
//! No constructor
|
||||
|
||||
Reference in New Issue
Block a user