kwin/kcmkwin/kwinrules
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 Port window specific rules dialog to DBus 2018-12-31 07:58:12 +01:00
detectwidget.cpp Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.h Add a method to dbus interface to query information about a window 2018-02-25 14:12:04 +01:00
detectwidget.ui
editshortcut.ui
kcm.cpp Remove deprecated method 2019-03-01 08:15:31 +01:00
kcm.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
kwinrules.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-20 05:27:25 +02:00
kwinsrc.cpp Port window specific rules dialog to DBus 2018-12-31 07:58:12 +01:00
main.cpp Port window specific rules dialog to DBus 2018-12-31 07:58:12 +01:00
Messages.sh
ruleslist.cpp Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
ruleslist.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
ruleslist.ui
ruleswidget.cpp Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
ruleswidget.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
ruleswidgetbase.ui [kcmkwin/rules] Fix line separators in the dialog 2019-01-30 15:56:28 +02:00
yesnobox.h