comparison framework/VersionTester.h @ 644:6fd0ebfd2bbe

Merge from branch fix-static-analysis
author Chris Cannam
date Wed, 09 Jan 2019 15:25:09 +0000
parents 26a0cb8335e3
children
comparison
equal deleted inserted replaced
643:713b9a6b284a 644:6fd0ebfd2bbe
16 This is a modified version of a source file from the 16 This is a modified version of a source file from the
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2009 Chris Cannam. 18 This file copyright 2000-2009 Chris Cannam.
19 */ 19 */
20 20
21 #ifndef _VERSION_TESTER_H_ 21 #ifndef SV_VERSION_TESTER_H
22 #define _VERSION_TESTER_H_ 22 #define SV_VERSION_TESTER_H
23 23
24 #include <QStringList> 24 #include <QStringList>
25 #include <QString> 25 #include <QString>
26 #include <QObject> 26 #include <QObject>
27 #include <QNetworkReply> 27 #include <QNetworkReply>