mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #403 add BlackGui shared library build
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_WINDOWFINDER_H
|
||||
#define BLACKGUI_WINDOWFINDER_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include <QString>
|
||||
|
||||
class QWindow;
|
||||
@@ -19,7 +20,7 @@ class QWindow;
|
||||
namespace BlackGui
|
||||
{
|
||||
//! Finder for foreign windows
|
||||
class IWindowFinder
|
||||
class BLACKGUI_EXPORT IWindowFinder
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user