diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-01-04 16:13:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-01-04 16:13:19 +0000 |
| commit | 5ab256d56a484d4b67e961ed21da93091e620d9a (patch) | |
| tree | 3e41cc6eccde892f4680b5bf87a501b9072fa0fa /src/plugins/General/streambrowser/streamwindow.h | |
| parent | d3e68ec37e6f493f9f6069504149983337a438a2 (diff) | |
| download | qmmp-5ab256d56a484d4b67e961ed21da93091e620d9a.tar.gz qmmp-5ab256d56a484d4b67e961ed21da93091e620d9a.tar.bz2 qmmp-5ab256d56a484d4b67e961ed21da93091e620d9a.zip | |
feature to create initial configuration
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8583 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
| -rw-r--r-- | src/plugins/General/streambrowser/streamwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h index 58512c9c1..4bdd731a9 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2012-2018 by Ilya Kotov * + * Copyright (C) 2012-2019 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -61,6 +61,7 @@ private slots: private: void closeEvent(QCloseEvent *); void readXml(QIODevice *input, QStandardItemModel *model); + void createInitialConfig(); Ui::StreamWindow *m_ui; QNetworkAccessManager *m_http; |
