Skip to content
Snippets Groups Projects
Commit 8b5bba5b authored by Axel Naumann's avatar Axel Naumann
Browse files

Prevent parsing for TQtRootGuiFactory plugin (ATLAS online).

parent 601cabac
No related branches found
No related tags found
No related merge requests found
TGuiFactory* ROOT_Plugin_TQtRootGuiFactory();
void P020_TQtRootGuiFactory()
{
gPluginMgr->AddHandler("TGuiFactory", "qt", "TQtRootGuiFactory",
"QtRoot", "TQtRootGuiFactory()");
"QtRoot", "::ROOT_Plugin_TQtRootGuiFactory()");
}
......@@ -8,6 +8,14 @@
**
*****************************************************************************/
//////////////////////////////////////////////////////////////////////////
/// PluginManager creation function
TGuiFactory* ROOT_Plugin_TQtRootGuiFactory() {
return new TQtRootGuiFactory();
}
//________________________________________________________________________
//////////////////////////////////////////////////////////////////////////
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment