StandardPaths: Remove inheritance
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
#include <QStandardPaths>
|
||||
|
||||
class StandardPaths : public QStandardPaths {
|
||||
class StandardPaths {
|
||||
Q_GADGET
|
||||
|
||||
public:
|
||||
using StandardLocation = QStandardPaths::StandardLocation;
|
||||
static QString WritableLocation(const StandardLocation type);
|
||||
static QString writableLocation(const StandardLocation type) = delete;
|
||||
|
||||
private:
|
||||
static void AppendOrganizationAndApplication(QString &path);
|
||||
|
||||
Reference in New Issue
Block a user