mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 21:56:58 +00:00
Updater: Add code documentation Markdown file
Add docs/autoupdate_overview.md which gives an overview of the update process, and comments pointing to it in autoupdate related files.
This commit is contained in:
parent
e8ac63d159
commit
e0a8d931fc
10 changed files with 115 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue