mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-06-15 14:47:52 +02:00
fix: Add missing include for QObject::tr()
This commit is contained in:
parent
0421a0cf45
commit
7396594fc3
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user