Subversion Repositories svn1

Rev

Rev 172 | Rev 176 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef QMCONFIG_H
#define QMCONFIG_H

#include <QString>
#include <QFile>

#include    "consts.h"
#include    "structs.h"
#include    "proto.h"

class QmConfig
{
public:
    QmConfig(const QString &cnfFile);
    bool open_read_config( void );
    bool read_config( void );
    static bool write_config( void );

    //QString fileName;
    QFile   configFile;

};

#endif // QMCONFIG_H