Renew the updater branch
Now with some actual consensus on what the updater will do!
This commit is contained in:
13
mmc_updater/src/UpdateDialogGtkFactory.h
Normal file
13
mmc_updater/src/UpdateDialogGtkFactory.h
Normal file
@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class UpdateDialog;
|
||||
|
||||
/** Factory for loading the GTK version of the update dialog
|
||||
* dynamically at runtime if the GTK libraries are available.
|
||||
*/
|
||||
class UpdateDialogGtkFactory
|
||||
{
|
||||
public:
|
||||
static UpdateDialog* createDialog();
|
||||
};
|
||||
|
Reference in New Issue
Block a user