forked from qt-creator/qt-creator
Squish: Add test for renaming macros
Change-Id: I9c9bc9556234ec321c6e3723f5276a0b66f6c90a Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "testfile.h"
|
||||
|
||||
class SomeClass
|
||||
{
|
||||
public:
|
||||
SomeClass() {}
|
||||
void function1(int a);
|
||||
};
|
||||
|
||||
bool function1(int a) {
|
||||
SOME_MACRO_NAME(a)
|
||||
return a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user