Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidauminh committed Dec 25, 2024
1 parent aa1b1cc commit b3c6902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/FileDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class LMMS_EXPORT FileDialog : public QFileDialog
{
Q_OBJECT
public:

enum Operation {
OpBegin = 0, // This variant is purely for looping conveviences.
OpGeneric = OpBegin,
Expand All @@ -54,7 +53,7 @@ class LMMS_EXPORT FileDialog : public QFileDialog
const QString &filter = QString(),
const Operation operation = OpGeneric);

~FileDialog();
~FileDialog() override;

static QString getExistingDirectory(QWidget *parent,
const QString &caption,
Expand Down

0 comments on commit b3c6902

Please sign in to comment.