You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
329 B
12 lines
329 B
--- src/tools/qgpluginmanager.cpp
|
|
+++ src/tools/qgpluginmanager.cpp
|
|
@@ -389,6 +389,8 @@
|
|
sameBasename << (*git).mid( (*git).find( TQChar(0xfffd) ) + 1 );
|
|
++git;
|
|
}
|
|
+ if( !sameBasename.isEmpty())
|
|
+ sameBasename.prepend( lib );
|
|
|
|
if ( sameBasename.isEmpty() ) {
|
|
that->addLibrary( new TQComLibrary( lib ) );
|