aboutdialog: support patreon list

This commit is contained in:
itsmattkc
2021-04-29 20:54:15 +10:00
parent 04a8a7aaa7
commit af742e6e62
5 changed files with 241 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef PATREON_H
#define PATREON_H
#include <QStringList>
QStringList patrons;
#endif // PATREON_H