Skip to content
Snippets Groups Projects
Commit d3818c2d authored by stefan's avatar stefan
Browse files

Fix export of FileViewer

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2406 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 90a083e2
Branches
Tags
No related merge requests found
......@@ -23,10 +23,12 @@
#include <QSyntaxHighlighter>
#include <QTextEdit>
#include <ost/gui/module_config.hh>
namespace ost { namespace gui {
/// \brief a simplistic file viewer
class FileViewer : public QWidget {
class DLLEXPORT_OST_GUI FileViewer : public QWidget {
Q_OBJECT
public:
FileViewer(const QString& path=QString(), QWidget* parent=NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment