diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2025-01-13 17:28:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 17:28:56 -0600 |
| commit | 047742a729f8f4f8f4e9c85bf475f75b16f4f7b7 (patch) | |
| tree | c1214ab2bd2f18c0201a2be351a38ae6b6ec109f /src/aoapplication.h | |
| parent | 115c1ccd1dc64fceb8a165965ef172dd8812cf85 (diff) | |
Add the ability to "favorite" songs and pin them to the the top of the songlist (#1066)
* add song favoriting
* remove incorrectly placed sort()
* store as qstringlist instead of using keys
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index 6022ca1d..ebcdab91 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -321,6 +321,9 @@ public: const QString default_theme = "default"; // don't change this!!! don't do it!!! + // The name of the currently connected server. + QString server_name; + // The file name of the log file in base/logs. QString log_filename; |
