mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:15:29 +00:00
UI: Fix for Qt 6.1
This commit is contained in:
parent
bb42f85a8b
commit
0767187f40
@ -2,6 +2,7 @@
|
||||
|
||||
#include <QGuiApplication>
|
||||
#include <QHBoxLayout>
|
||||
#include <QIcon>
|
||||
#include <QLabel>
|
||||
#include <QTimer>
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
QuotaManagerRpc::QuotaManagerRpc(QObject *parent) : QuotaManager(parent) { }
|
||||
|
||||
bool QuotaManagerRpc::processServerCommand(
|
||||
const ProcessCommandArgs &p, QVariantList & /*resArgs*/, bool &ok, bool & /*isSendResult*/)
|
||||
bool QuotaManagerRpc::processServerCommand(const ProcessCommandArgs &p, QVariantList & /*resArgs*/,
|
||||
bool & /*ok*/, bool & /*isSendResult*/)
|
||||
{
|
||||
auto quotaManager = IoC<QuotaManager>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user