Changeset 216 for trunk/Lucide/SOURCE/gui/pluginman.cpp
- Timestamp:
- Aug 2, 2007, 6:46:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Lucide/SOURCE/gui/pluginman.cpp
r215 r216 137 137 138 138 139 // returns NULL if no tsuitable plugin found139 // returns NULL if no suitable plugin found 140 140 // if checkOnly is true - just check if suitable plugin exist 141 141 LuDocument *PluginManager::createDocumentForExt( const char *ext, bool checkOnly ) … … 220 220 } 221 221 222 // returns NULL if no tsuitable plugin found222 // returns NULL if no suitable plugin found 223 223 // if checkOnly is true - just check if suitable plugin exist 224 224 LuDocument *PluginManager::createDocumentForFile( const char *file, bool checkOnly )
Note: See TracChangeset
for help on using the changeset viewer.