Re: QTreeWidgetItem::setForeground no longer works with latest KF5

2023-01-03 Thread Tomas Mecir
You're not calling MOC. If using cmake: include(KDECMakeSettings) should do the trick. You'll need to also #include "test.moc" at the end of that cpp file. The entire CMakeLists.txt that works for me is: project(test) cmake_minimum_required(VERSION 2.8.12) find_package(ECM 0.0.10 REQUIRED CONFIG)

Re: Can we archive https://invent.kde.org/games/kmuddy ?

2022-11-03 Thread Tomas Mecir
Hi there! I'm the maintainer of this app, though indeed, I haven't been very active with this one lately, mostly focusing on Calligra at this time. But yes, I will do the Qt6 porting when the time comes for it, no problem there. The app doesn't depend on kde4support in any major way, just some min

Re: Static code analysis - the easiest way to improve

2016-03-15 Thread Tomas Mecir
No change for me, unfortunately, still getting that red box (tried both password and github login). Tomas 2016-03-15 17:28 GMT+01:00 Jaroslaw Staniek : > > > On 28 February 2016 at 16:26, Tomas Mecir wrote: >> >> Well, I'd like to, but when I log in and try to acce

Re: Porting Kalzium

2015-01-25 Thread Tomas Mecir
Replacing KDE_IMPORT with Q_DECL_IMPORT should fix that. 2015-01-24 17:56 GMT+01:00 anu mittal : > Can anybody please give me hint, how to solve the issue shown? > openbabel2wrapper.h contains the code:- > > class COMPOUNDVIEWER_EXPORT OpenBabel2Wrapper > { > public: > /** > * This class