Removed Git HEAD & FETCH_HEAD in some files

This commit is contained in:
Alex Spataru 2014-11-06 19:01:10 -06:00
parent 163e26fbc3
commit 4ed4fe027f
2 changed files with 0 additions and 6 deletions

View File

@ -14,10 +14,7 @@ QSimpleUpdater::QSimpleUpdater(QObject *parent)
, m_version_check_finished(false)
, m_new_version_available(false)
{
<<<<<<< HEAD
m_downloadDialog = new DownloadDialog();
=======
>>>>>>> FETCH_HEAD
}

View File

@ -23,10 +23,7 @@ public:
QString changeLog() const;
void checkForUpdates();
<<<<<<< HEAD
void openDownloadLink();
=======
>>>>>>> FETCH_HEAD
QString latestVersion() const;
QString installedVersion() const;
void downloadLatestVersion();