kwin/effects/screenshot
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues
* "" needs to be wrapped in QStringLiteral
* QString::fromUtf8 needed for const char* and QByteArray
* QByteArray::constData() needed to get to the const char*
2013-07-24 09:58:33 +02:00
..
CMakeLists.txt New screenshot effect. 2010-07-31 20:55:48 +00:00
screenshot.cpp Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
screenshot.desktop SVN_SILENT made messages (.desktop file) 2013-06-10 03:46:39 +00:00
screenshot.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00