OSSP CVS Repository

ossp - ossp-pkg/as/as-gui/as_generic.h 1.1
Not logged in
[Honeypot]  [Browse]  [Directory]  [Home]  [Login
[Reports]  [Search]  [Ticket]  [Timeline
  [Raw

ossp-pkg/as/as-gui/as_generic.h 1.1
#ifndef GENERIC_H
#define GENERIC_H

#include <qmessagebox.h>


// Prototype stubs for unimplemented methods, widgets, and features
class Prototype
{
public:
    Prototype();
    void doMbox();
    ~Prototype();

protected:

private:
    QMessageBox *m_pProtomsg;   // Display prototype implementation
};

#endif // GENERIC_H

CVSTrac 2.0.1