YACReader/viewer: Convert a bunch of loosely related signals to new syntax

This commit is contained in:
Felix Kauselmann
2021-06-22 12:28:00 +02:00
parent d9ca26faf0
commit 5b66153390
4 changed files with 8 additions and 6 deletions

View File

@ -13,6 +13,7 @@ class YACReaderBusyWidget;
#include <QWidget>
#include <QThread>
#include <QUrl>
#include "viewer.h"
#if QT_VERSION >= 0x050000
class QMediaPlayer;
@ -25,7 +26,7 @@ class YACReaderTranslator : public QWidget
{
Q_OBJECT
public:
YACReaderTranslator(QWidget *parent = nullptr);
YACReaderTranslator(Viewer *parent = nullptr);
~YACReaderTranslator() override;
public slots: