kwin/plugins/platforms/hwcomposer
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 Build platform plugins in correct sub directory of build dir 2018-12-13 19:36:28 +01:00
egl_hwcomposer_backend.cpp [platforms/hwcomposer] Add scaling support 2019-02-22 00:47:08 +00:00
egl_hwcomposer_backend.h Move SceneOpenGL into a dedicated plugin 2017-09-30 13:12:10 +02:00
hwcomposer.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-23 05:20:30 +02:00
hwcomposer_backend.cpp Switch to Q_ASSERT 2019-08-31 20:07:05 +03:00
hwcomposer_backend.h Fix the build error in hwcomposer backend 2019-08-17 16:24:53 +05:30
logging.cpp Move backends/ to plugins/platforms/ 2016-04-12 08:01:27 +02:00
logging.h Move backends/ to plugins/platforms/ 2016-04-12 08:01:27 +02:00
screens_hwcomposer.cpp [platforms/hwcomposer] Port to AbstractOutput 2019-02-20 13:20:02 +00:00
screens_hwcomposer.h [platforms/hwcomposer] Port to AbstractOutput 2019-02-20 13:20:02 +00:00