mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Merge pull request #9615 from Dentomologist/updater_documentation
Updater: Add code documentation
This commit is contained in:
@ -17,6 +17,8 @@
|
||||
#include "DolphinQt/QtUtils/RunOnObject.h"
|
||||
#include "DolphinQt/Settings.h"
|
||||
|
||||
// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process
|
||||
|
||||
Updater::Updater(QWidget* parent) : m_parent(parent)
|
||||
{
|
||||
connect(this, &QThread::finished, this, &QObject::deleteLater);
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#include "UICommon/AutoUpdate.h"
|
||||
|
||||
// Refer to docs/autoupdate_overview.md for a detailed overview of the autoupdate process
|
||||
|
||||
class QWidget;
|
||||
|
||||
class Updater : public QThread, public AutoUpdateChecker
|
||||
|
Reference in New Issue
Block a user