massive refactoring

This commit is contained in:
2017-05-05 17:55:52 +03:00
parent 6e62ceaac7
commit d0c96ce829
152 changed files with 3041 additions and 3219 deletions

View File

@ -33,7 +33,7 @@ private slots:
void initTestCase();
void cleanupTestCase();
// test
void _test_sources(const PlayerSource *source);
void _test_sources(const PlayerSource *_source);
void test_buildString();
void test_stripString();
void test_autoMpris();
@ -41,7 +41,7 @@ private slots:
void test_mpris();
private:
QString mpdAddress = QString("localhost");
QString mpdAddress = "localhost";
int mpdPort = 6600;
};