mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Clarified some information in a couple of source file headers
This commit is contained in:
parent
8d5f837e97
commit
20d732f8ed
|
@ -4,7 +4,7 @@
|
||||||
// ApplicationUpdater.cpp
|
// ApplicationUpdater.cpp
|
||||||
//
|
//
|
||||||
// Checks for application updates.
|
// Checks for application updates.
|
||||||
// In the future updates will also be downloaded, and installed on some platforms.
|
// Used in conjunction with GuiApplicationUpdater.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "ApplicationUpdater.h"
|
#include "ApplicationUpdater.h"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// ApplicationUpdater.h
|
// ApplicationUpdater.h
|
||||||
//
|
//
|
||||||
// Checks for application updates.
|
// Checks for application updates.
|
||||||
// In the future updates will also be downloaded, and installed on some platforms.
|
// Used in conjunction with GuiApplicationUpdater.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef ES_APP_APPLICATION_UPDATER_H
|
#ifndef ES_APP_APPLICATION_UPDATER_H
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
// GuiApplicationUpdater.cpp
|
// GuiApplicationUpdater.cpp
|
||||||
//
|
//
|
||||||
// Installs application updates.
|
// Installs application updates.
|
||||||
|
// Used in conjunction with ApplicationUpdater.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "GuiApplicationUpdater.h"
|
#include "GuiApplicationUpdater.h"
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
// GuiApplicationUpdater.h
|
// GuiApplicationUpdater.h
|
||||||
//
|
//
|
||||||
// Installs application updates.
|
// Installs application updates.
|
||||||
|
// Used in conjunction with ApplicationUpdater.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef ES_APP_GUIS_GUI_APPLICATION_UPDATER_H
|
#ifndef ES_APP_GUIS_GUI_APPLICATION_UPDATER_H
|
||||||
|
|
Loading…
Reference in a new issue