mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-06-06 22:19:25 +02:00
fix: Add missing include for QObject::tr()
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "fwbuilder/FailoverClusterGroup.h"
|
||||
|
||||
|
||||
#include <QObject>
|
||||
#include <QtDebug>
|
||||
|
||||
#include <list>
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
#include "fwbuilder/TagService.h"
|
||||
#include "fwbuilder/UDPService.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QtDebug>
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
// TODO: FWBTree needs to be refactored into an independent module
|
||||
#include "../libgui/FWBTree.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
#include <QtDebug>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user