mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-25 10:05:46 -05:00
Remove unnecessary QObject inheritance
This commit is contained in:
@@ -15,7 +15,7 @@ enum MapSortOrder {
|
||||
Layout = 2,
|
||||
};
|
||||
|
||||
class KeyValueConfigBase : public QObject
|
||||
class KeyValueConfigBase
|
||||
{
|
||||
public:
|
||||
void save();
|
||||
|
||||
Reference in New Issue
Block a user