Skip to content

Commit b4acc99

Browse files
committed
Added missing directive __libgui in DebugOutputWidget
1 parent bfed982 commit b4acc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libgui/src/widgets/debugoutputwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and display them in a QPlainTextEdit.
2929
#include <QWidget>
3030
#include "numberedtexteditor.h"
3131

32-
class DebugOutputWidget : public QWidget {
32+
class __libgui DebugOutputWidget : public QWidget {
3333
Q_OBJECT
3434

3535
private:

0 commit comments

Comments
 (0)