comparison src/include/window.h @ 2:23d0d9319a00

Update Also converted everything to LF from CRLF
author Paper <mrpapersonic@gmail.com>
date Sat, 12 Aug 2023 03:16:26 -0400
parents 1ae666fdf9e2
children 5af270662505
comparison
equal deleted inserted replaced
1:1ae666fdf9e2 2:23d0d9319a00
15 # include <QHeaderView> 15 # include <QHeaderView>
16 # include <QShortcut> 16 # include <QShortcut>
17 # include <QFile> 17 # include <QFile>
18 # include <QTextStream> 18 # include <QTextStream>
19 # include <QCloseEvent> 19 # include <QCloseEvent>
20 # include <QPlainTextEdit>
21 # include <QLabel>
22 # include <QHBoxLayout>
23 # include <QTextStream>
20 # include "config.h" 24 # include "config.h"
21 //# include "statistics.h" 25 //# include "statistics.h"
22 //# include "now_playing.h" 26 //# include "now_playing.h"
23 27
24 class MainWindow : public QMainWindow { 28 class MainWindow : public QMainWindow {