QTfrontend/AutoUpdater.h
author Xeli
Sat, 28 Jan 2012 18:22:39 +0100
changeset 6606 fb6163ff4ebf
parent 2948 3f21a9dc93d0
child 8284 a874d00df4a4
permissions -rw-r--r--
changed the ammomenu to be landscape for MOBILE, also tweaked the positions a bit, needs testing on iOS

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

#ifndef AUTOUPDATER_H
#define AUTOUPDATER_H

class AutoUpdater
{
    public:
        virtual ~AutoUpdater();

        virtual void checkForUpdates() = 0;
};

#endif