From cfca7157b98c9dc8e0852fe6484bc3f75008af7d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 18 Sep 2021 00:22:33 +0200 Subject: Change indentation to 4 spaces --- src/CompletionModelRoles.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/CompletionModelRoles.h') 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 }; } -- cgit 1.5.1