More loplugin:indentation Qt "emit" hackery
Change-Id: I6f71546a5f6ab07bb4df6fc89213962e74984c84
This commit is contained in:
@@ -50,7 +50,8 @@ public:
|
|||||||
if (fn == SRCDIR "/binaryurp/source/bridge.cxx")
|
if (fn == SRCDIR "/binaryurp/source/bridge.cxx")
|
||||||
return;
|
return;
|
||||||
// the QEMIT macros
|
// the QEMIT macros
|
||||||
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/vcl/qt5/"))
|
if (loplugin::hasPathnamePrefix(fn, SRCDIR "/vcl/qt5/")
|
||||||
|
|| loplugin::isSamePathname(fn, SRCDIR "/vcl/unx/gtk3_kde5/kde5_filepicker_ipc.cxx"))
|
||||||
return;
|
return;
|
||||||
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user