48 Ui::ChangelogDialog*
ui;
void on_version_box_currentIndexChanged(int index)
Updates the changelog text to show all changelogs since the selected version.
Definition changelogdialog.cpp:56
bool hasChanges() const
Checks if changelogs could be found.
Definition changelogdialog.cpp:112
std::vector< VersionChangelog > versions_
For every version: The changelog for that version.
Definition changelogdialog.h:52
bool is_flatpak_
If true: This app is running inside of a flatpak sandbox.
Definition changelogdialog.h:50
ChangelogDialog(bool is_flatpak, QWidget *parent=nullptr)
Reads all changes from the changelog file.
Definition changelogdialog.cpp:14
~ChangelogDialog()
Deletes the UI.
Definition changelogdialog.cpp:51
Ui::ChangelogDialog * ui
Contains auto.generated UI elements.
Definition changelogdialog.h:48
bool has_changes_
Indicates that changes exist.
Definition changelogdialog.h:54
Header for the VersionChangeLog class.