annotate src/gui/pages/now_playing.cpp @ 30:4dc59e1a81a3

ci/win32: fix echo-ing to binfmt ok, so apparently bash AUTOMATICALLY writes a newline to the end of a file. why does it do this? nobody knows, but we can avoid it by simply adding the `-n` flag
author Paper <mrpapersonic@gmail.com>
date Wed, 20 Sep 2023 00:53:11 -0400
parents 5c0397762b53
children d0adc4aedfc8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
5c0397762b53 INCOMPLETE: megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 7
diff changeset
1 #include "gui/pages/now_playing.h"
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
2
7
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
3 NowPlayingWidget::NowPlayingWidget(QWidget* parent) : QWidget(parent) {
2
Paper <mrpapersonic@gmail.com>
parents: 1
diff changeset
4 }
7
Paper <mrpapersonic@gmail.com>
parents: 2
diff changeset
5
9
5c0397762b53 INCOMPLETE: megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 7
diff changeset
6 #include "gui/pages/moc_now_playing.cpp"