More loplugin:indentation Qt "emit" hackery

Change-Id: I6f71546a5f6ab07bb4df6fc89213962e74984c84
This commit is contained in:
Stephan Bergmann
2019-02-12 08:54:19 +01:00
parent b0b2354344
commit a072b15e96

View File

@@ -50,7 +50,8 @@ public:
if (fn == SRCDIR "/binaryurp/source/bridge.cxx")
return;
// 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;
TraverseDecl(compiler.getASTContext().getTranslationUnitDecl());
}