mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-26 05:41:28 +00:00
Add some documentation to the xterm update 'dialog'
This commit is contained in:
parent
86d61fdb4a
commit
1d2c02acf4
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
#include <fstream>
|
||||
#include "tinythread.h"
|
||||
|
||||
/** A fallback auto-update progress 'dialog' for use on
|
||||
* Linux when the GTK UI cannot be loaded.
|
||||
*
|
||||
* The 'dialog' consists of an xterm tailing the contents
|
||||
* of a file, into which progress messages are written.
|
||||
*/
|
||||
class UpdateDialogAscii : public UpdateObserver
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue