Port to Integral

This commit is contained in:
Tobias Fella
2025-03-22 17:10:33 +01:00
parent f153e57fdb
commit 073e756364
44 changed files with 3212 additions and 3526 deletions

View File

@@ -10,9 +10,7 @@
#include <QQuickItem>
#include <QRegularExpression>
#include <Quotient/user.h>
#include "enums/powerlevel.h"
// #include "enums/powerlevel.h"
using namespace Qt::StringLiterals;
@@ -43,7 +41,7 @@ public:
/**
* @brief Invokable version of PowerLevel::nameForLevel which also calls PowerLevel::levelForValue.
*/
Q_INVOKABLE QString nameForPowerLevelValue(int value);
// Q_INVOKABLE QString nameForPowerLevelValue(int value);
private:
QmlUtils() = default;