summary refs log tree commit diff
path: root/src/CompletionModelRoles.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-09-18 00:22:33 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-09-18 00:45:50 +0200
commitcfca7157b98c9dc8e0852fe6484bc3f75008af7d (patch)
tree32b92340908a9374214ec7b84c1fac7ea338f56d /src/CompletionModelRoles.h
parentMerge pull request #728 from Thulinma/goto (diff)
downloadnheko-cfca7157b98c9dc8e0852fe6484bc3f75008af7d.tar.xz
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 }; }