diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-17 11:47:01 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2023-07-09 17:20:40 +0200 |
| commit | d13f6bb870cdda71257f665367be8ef9fca86255 (patch) | |
| tree | 52e214718478f1e52856572f5aa1a2ac58537f9f /src/moshortcut.h | |
| parent | 86bb01ba9eac879d3685c439ac9da0028bc4bc80 (diff) | |
Apply clang-format.
Diffstat (limited to 'src/moshortcut.h')
| -rw-r--r-- | src/moshortcut.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/moshortcut.h b/src/moshortcut.h index a6cf7fb5..2bfd1a4f 100644 --- a/src/moshortcut.h +++ b/src/moshortcut.h @@ -1,13 +1,13 @@ #ifndef MODORGANIZER_MOSHORTCUT_INCLUDED #define MODORGANIZER_MOSHORTCUT_INCLUDED -#include <QString> #include "instancemanager.h" +#include <QString> class MOShortcut { public: - MOShortcut(const QString& link={}); + MOShortcut(const QString& link = {}); // true if initialized using a valid moshortcut link // |
