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