kwin/plugins/scenes/opengl
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
..
shaders Move lanczos filter away from KWin core 2019-02-07 18:03:34 +02:00
CMakeLists.txt Move lanczos filter away from KWin core 2019-02-07 18:03:34 +02:00
lanczosfilter.cpp Port away from deprecated headers 2019-07-09 23:59:07 +03:00
lanczosfilter.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
opengl.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-23 05:20:30 +02:00
resources.qrc Move lanczos filter away from KWin core 2019-02-07 18:03:34 +02:00
scene_opengl.cpp Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
scene_opengl.h Split Compositor class in Wayland and X11 child classes 2019-08-07 21:06:53 +02:00