DCO Remediation Commit for QazCetelic <qaz.cetelic@protonmail.com>
I, QazCetelic <qaz.cetelic@protonmail.com>, hereby add my Signed-off-by to this commit: 7fbf0d3bf3
Signed-off-by: QazCetelic <qaz.cetelic@protonmail.com>
This commit is contained in:
parent
7fbf0d3bf3
commit
e2ef280da9
@ -246,6 +246,7 @@ ScreenshotsPage::ScreenshotsPage(QString path, QWidget* parent) : QMainWindow(pa
|
|||||||
// considering screenshots aren't modified after creation.
|
// considering screenshots aren't modified after creation.
|
||||||
constexpr int file_modified_column_index = 3;
|
constexpr int file_modified_column_index = 3;
|
||||||
m_model->sort(file_modified_column_index, Qt::DescendingOrder);
|
m_model->sort(file_modified_column_index, Qt::DescendingOrder);
|
||||||
|
|
||||||
m_folder = path;
|
m_folder = path;
|
||||||
m_valid = FS::ensureFolderPathExists(m_folder);
|
m_valid = FS::ensureFolderPathExists(m_folder);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user