From 021dbc2e96f7ad18c8ec4ae76f753e6223ff871f Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Mon, 17 Jun 2013 16:09:47 +0200 Subject: CppEditor: Respect whitespace in operator names for more quick fixes * Affected quick fixes: InsertDefFromDecl, MoveFuncDefOutside * Fix also reformating pointer declaration of operator functions for qualified name ids Change-Id: I6a7578f496221557d103f5fdbb5dacc9540ee779 Reviewed-by: Erik Verbruggen --- src/libs/cplusplus/Overview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/cplusplus/Overview.h') diff --git a/src/libs/cplusplus/Overview.h b/src/libs/cplusplus/Overview.h index cd342e3d55..77453a04b5 100644 --- a/src/libs/cplusplus/Overview.h +++ b/src/libs/cplusplus/Overview.h @@ -108,6 +108,7 @@ public: bool showFunctionSignatures: 1; bool showDefaultArguments: 1; bool showTemplateParameters: 1; + bool includeWhiteSpaceInOperatorName: 1; /// "operator =()" vs "operator=()" /*! You can get the start and end position of a function argument -- cgit v1.2.1