summary refs log tree commit diff
path: root/src/CompletionModelRoles.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-09-17 23:06:03 +0000
committerGitHub <noreply@github.com>2021-09-17 23:06:03 +0000
commitd1c8149d07b6c4be63cec581e5a7f5108ce56058 (patch)
tree32b92340908a9374214ec7b84c1fac7ea338f56d /src/CompletionModelRoles.h
parentMerge pull request #728 from Thulinma/goto (diff)
parentChange indentation to 4 spaces (diff)
downloadnheko-d1c8149d07b6c4be63cec581e5a7f5108ce56058.tar.xz
Merge pull request #729 from Nheko-Reborn/reformat
Change indentation to 4 spaces
Diffstat (limited to 'src/CompletionModelRoles.h')
-rw-r--r--src/CompletionModelRoles.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CompletionModelRoles.h b/src/CompletionModelRoles.h

index 8505e761..9a735d60 100644 --- a/src/CompletionModelRoles.h +++ b/src/CompletionModelRoles.h
@@ -12,8 +12,8 @@ namespace CompletionModel { // Start at Qt::UserRole * 2 to prevent clashes enum Roles { - CompletionRole = Qt::UserRole * 2, // The string to replace the active completion - SearchRole, // String completer uses for search - SearchRole2, // Secondary string completer uses for search + CompletionRole = Qt::UserRole * 2, // The string to replace the active completion + SearchRole, // String completer uses for search + SearchRole2, // Secondary string completer uses for search }; }