Replace qSort/qStableSort/qSwap

This commit is contained in:
Jonas Kvinge
2018-10-19 20:18:46 +02:00
parent 0969e7f504
commit 0cda4e27aa
24 changed files with 115 additions and 35 deletions

View File

@@ -45,6 +45,8 @@
#include <QUrl>
#include <QTimerEvent>
using std::unique_ptr;
class GstEngine;
class GstBufferConsumer;
class GstElementDeleter;