##// END OF EJS Templates
Progress bar added to the plugin
Progress bar added to the plugin

File last commit:

r23:23c09fe5a8b6 default
r57:71cb087f0080 default
Show More
wfdisplay_global.h
12 lines | 252 B | text/x-c | CLexer
#ifndef WFDISPLAY_GLOBAL_H
#define WFDISPLAY_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(WFDISPLAY_LIBRARY)
# define WFDISPLAYSHARED_EXPORT Q_DECL_EXPORT
#else
# define WFDISPLAYSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // WFDISPLAY_GLOBAL_H