X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Factioncollection.h;h=a675fddd306edc487fc10770df1ab994e8a25549;hp=5de038ff2da4478caaf63345c8f6b7e016c27d42;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=ccf1e4557797374c839c567ae14fe12cc1bcffb3 diff --git a/src/uisupport/actioncollection.h b/src/uisupport/actioncollection.h index 5de038ff..a675fddd 100644 --- a/src/uisupport/actioncollection.h +++ b/src/uisupport/actioncollection.h @@ -22,6 +22,8 @@ #pragma once +#include "uisupport-export.h" + #ifndef HAVE_KDE #include @@ -35,7 +37,7 @@ class QWidget; class Action; class QAction; -class ActionCollection : public QObject +class UISUPPORT_EXPORT ActionCollection : public QObject { Q_OBJECT