QTfrontend/AutoUpdater.h
author nemo
Sat, 10 Sep 2011 11:40:37 -0400
changeset 5840 00a3e2452e79
parent 2948 3f21a9dc93d0
child 8284 a874d00df4a4
permissions -rw-r--r--
tone flash waaaaay down when zoomed out

/*
 * Copyright (C) 2008 Remko Troncon
 */

#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H

class AutoUpdater
{
    public:
        virtual ~AutoUpdater();

        virtual void checkForUpdates() = 0;
};

#endif