Skip to content

Commit

Permalink
fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jul 6, 2024
1 parent 91a7e7f commit c0a17f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ class ConfigManager: public QObject, public ConfigManagerInterface
QStringList parseDirList(const QString &s) const;
QString reverseParseDir(QString s) const;
QString reverseParseDir(const QStringList &s) const;
private:
void setInterfaceStyle();

void setInterfaceStyle();
private:
QSettings *persistentConfig;

QList<QTreeWidgetItem *> changedItemsList, superAdvancedItems;
Expand Down

0 comments on commit c0a17f7

Please sign in to comment.