This commit is contained in:
ackimixs
2024-05-15 18:21:54 +02:00
parent 125a7119e6
commit 3c30e11d3d

View File

@@ -123,7 +123,7 @@ MainWindow::MainWindow(const char *address, int port, QWidget *parent) : QMainWi
});
gifLabel = new QLabel(this);
gifMovie = new QMovie(":/tenor.gif");
gifMovie = new QMovie(":/img/tenor.gif");
gifLabel->setMovie(gifMovie);
gifMovie->start();