Refactoring

This commit is contained in:
Jonas Kvinge
2024-10-22 18:12:33 +02:00
parent dfcf715291
commit 8da2b9cd94
623 changed files with 9071 additions and 5126 deletions

View File

@@ -57,20 +57,9 @@ class OSDPretty : public QWidget {
Draggable
};
explicit OSDPretty(Mode mode, QWidget *parent = nullptr);
explicit OSDPretty(const Mode mode, QWidget *parent = nullptr);
~OSDPretty() override;
static const char *kSettingsGroup;
static const int kDropShadowSize;
static const int kBorderRadius;
static const int kMaxIconSize;
static const int kSnapProximity;
static const QRgb kPresetBlue;
static const QRgb kPresetRed;
bool IsTransparencyAvailable();
void SetMessage(const QString &summary, const QString &message, const QImage &image);