Fix namespaced build

This commit is contained in:
Sergio Martins
2020-10-05 10:21:20 +01:00
parent 2af4f939dd
commit 48a75b2450

View File

@@ -23,7 +23,9 @@
* @author Sérgio Martins \<sergio.martins@kdab.com\>
*/
QT_BEGIN_NAMESPACE
class QAbstractButton;
QT_END_NAMESPACE
namespace Layouting {
class Separator;