QTfrontend/CocoaInitializer.h
author sheepluva
Thu, 27 Jan 2011 22:55:11 +0100
branch0.9.15
changeset 4771 6bb64d38003e
parent 2948 3f21a9dc93d0
child 5095 15dd764b728c
permissions -rw-r--r--
how about we 60-sec-ban the _kicked user_ instead of the _admin that kicked that user_? :P

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

#ifndef COCOAINITIALIZER_H
#define COCOAINITIALIZER_H

class CocoaInitializer
{
    public:
        CocoaInitializer();
        ~CocoaInitializer();

    private:
        class Private;
        Private* d;
                Private* c;
};

#endif