refs #595 Insert missing BLACKGUI_EXPORT.

This commit is contained in:
Mathew Sutcliffe
2016-02-08 18:48:16 +00:00
parent 641e469c9e
commit b4e1d42009
22 changed files with 44 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ namespace BlackGui
* Progress indicators are indeterminate and do nothing more than spin to show that the application is busy.
* \note based on https://github.com/mojocorp/QProgressIndicator under MIT license
*/
class CLoadIndicator : public QWidget
class BLACKGUI_EXPORT CLoadIndicator : public QWidget
{
Q_OBJECT