diff options
Diffstat (limited to 'sinksh/utils.h')
-rw-r--r-- | sinksh/utils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sinksh/utils.h b/sinksh/utils.h index 82be8d5..bcbdedb 100644 --- a/sinksh/utils.h +++ b/sinksh/utils.h | |||
@@ -21,10 +21,8 @@ | |||
21 | 21 | ||
22 | #include <QStringList> | 22 | #include <QStringList> |
23 | 23 | ||
24 | namespace Utils | 24 | namespace Utils { |
25 | { | ||
26 | 25 | ||
27 | QStringList filteredCompletions(const QStringList &possibleCompletions, const QString &commandFragment, Qt::CaseSensitivity cs = Qt::CaseSensitive); | 26 | QStringList filteredCompletions(const QStringList &possibleCompletions, const QString &commandFragment, Qt::CaseSensitivity cs = Qt::CaseSensitive); |
28 | 27 | ||
29 | } // namespace Utils | 28 | } // namespace Utils |
30 | |||