Mercurial > hg > svapp
comparison framework/VersionTester.h @ 635:26a0cb8335e3 fix-static-analysis
Header guards
author | Chris Cannam |
---|---|
date | Mon, 26 Nov 2018 13:53:57 +0000 |
parents | 8cb01cd2441d |
children |
comparison
equal
deleted
inserted
replaced
634:163573a73ebe | 635:26a0cb8335e3 |
---|---|
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> |