Merge branch 'Plasma/5.14'

icc-effect-5.17.5
Harald Sitter 2018-11-16 13:48:46 +01:00
commit e36b3beb24
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "waylandclipboard.h"
#include <KCrash>
#include <QGuiApplication>
#include <config-kwin.h>
@ -40,6 +41,7 @@ int main(int argc, char *argv[])
argv[0], qPrintable(app.platformName()));
return 1;
}
KCrash::initialize();
new WaylandClipboard(&app);
return app.exec();
}