Cleanup unused assets

This commit is contained in:
Digital Artifex
2026-08-13 15:17:42 -04:00
parent 3d0655edd1
commit 1826209521
14 changed files with 139 additions and 393 deletions
+10
View File
@@ -19,6 +19,7 @@
#ifndef KOMPLEX_GLOBAL_H
#define KOMPLEX_GLOBAL_H
#include <QtTypes>
#include <QString>
#include <chrono>
#ifdef KOMPLEX_PLUGIN
@@ -66,5 +67,14 @@
inline static qsizetype nullsize = std::numeric_limits<qsizetype>::min();
inline static std::chrono::milliseconds KOMPLEX_RATE_LIMIT(500);
inline static QString KOMPLEX_KEYCHAIN_PASSWORD_KEY = QStringLiteral
(
"com.digitalartifex.komplex.keychain.password"
);
inline static QString KOMPLEX_KEYCHAIN_TOKEN_KEY = QStringLiteral
(
"com.digitalartifex.komplex.keychain.token"
);
#endif // KOMPLEX_GLOBAL_H