Subversion Repositories svn1-original

Rev

Rev 176 | Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 176 Rev 178
Line 12... Line 12...
12
{
12
{
13
public:
13
public:
14
    QmConfig(const QString &cnfFile);
14
    QmConfig(const QString &cnfFile);
15
    bool open_read_config( void );
15
    bool open_read_config( void );
16
    bool read_config( void );
16
    bool read_config( void );
17
    bool write_config( void );
17
    static bool write_config( void );
18
 
18
 
19
    QString fileName;
19
    //QString fileName;
20
    QFile   configFile;
20
    QFile   configFile;
21
 
21
 
22
};
22
};
23
 
23
 
24
#endif // QMCONFIG_H
24
#endif // QMCONFIG_H