There is a "const" keyword missing after TextPlugin::GetText().Originally Posted by NormanDunbar
There is a "const" keyword missing after TextPlugin::GetText().Originally Posted by NormanDunbar
Indeed there was, thanks. I've fixed that as well. The real fix, however, was a missing #include <QtPlugin> in the cpp file. AT least, that allowed it to compile, I've yet to write the 'app' that uses the test plugin ...Originally Posted by jacek
![]()
Cheers,
Norman.
That is the hard part indeed. If you need some ideas have a look at the last version of DevQt, it uses a plugin system to customize every aspect of the app.
Current Qt projects : QCodeEdit, RotiDeCode
Afternoon,
Sppokily enough, I set a compilation of DevQt running this very morning - just to see what it is/does. I shall have to have a quick look now. Thanks for the pointer though.Originally Posted by fullmetalcoder
Cheers,
Norman.
Bookmarks