Skip to content

Commit

Permalink
Update preferences.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatino authored Dec 25, 2024
1 parent f557fed commit c23c1d2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tiled/preferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public slots:
void setRestoreSessionOnStartup(bool enabled);
void setPluginEnabled(const QString &fileName, bool enabled);
void setWheelZoomsByDefault(bool mode);
void setInvertYAxis(bool enabled);

void clearRecentFiles();
void clearRecentProjects();
Expand Down Expand Up @@ -254,8 +253,6 @@ public slots:

void aboutToSwitchSession();

void invertYAxisChanged();

private:
void addToRecentFileList(const QString &fileName, QStringList &files);

Expand Down Expand Up @@ -301,11 +298,6 @@ void Preference<T>::set(const T &value)
Preferences::instance()->setValue(QLatin1String(mKey), value);
}

inline bool Preferences::invertYAxis() const
{
return mInvertYAxis;
}

} // namespace Tiled

Q_DECLARE_OPERATORS_FOR_FLAGS(Tiled::Preferences::ExportOptions)

0 comments on commit c23c1d2

Please sign in to comment.