summaryrefslogtreecommitdiffstats
path: root/mmc_updater/src/UpdateDialogGtkFactory.h
blob: 1806c2524f87e8bac8ac3299aedce9cc496ecb61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();
};