kwin/effects/presentwindows
Vlad Zagorodniy 7a3722b4f5 Switch to Q_ASSERT
Summary:
Switch to Q_ASSERT in order to make code a bit more consistent. We have
places where both assert and Q_ASSERT are used next to each other. Also,
distributions like Ubuntu don't strip away assert(), let's hope that
things are a bit different with Q_ASSERT.

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: romangg, davidedmundson, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23605
2019-08-31 20:07:05 +03:00
..
CMakeLists.txt
main.qml
presentwindows.cpp Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
presentwindows.h Be consistent about touch point id type: use qint32 2019-08-11 22:15:05 +02:00
presentwindows.kcfg
presentwindows_config.cpp [effects] Port to new connect syntax 2019-01-26 01:22:06 +02:00
presentwindows_config.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2018-07-23 05:24:40 +02:00
presentwindows_config.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
presentwindows_config.ui [effects/presentwindows] Allow closing windows on middle-click 2019-06-21 10:25:32 -06:00
presentwindows_proxy.cpp
presentwindows_proxy.h
presentwindowsconfig.kcfgc