- Timestamp:
- 07/23/08 12:44:56 (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
v2/branches/dev/monkey/src/variablesmanager/VariablesManager.h
r1712 r2188 2 2 ** 3 3 ** Created using Monkey Studio v1.8.1.0 4 ** Authors : Filipe AZEVEDO aka Nox P@sNox <pasnox@gmail.com>4 ** Authors : Andrei KOPATS aka hlamer <hlamer@tut.by> 5 5 ** Project : Monkey Studio IDE 6 6 ** FileName : VariablesManager.h … … 27 27 ** 28 28 ****************************************************************************/ 29 /*! 30 \file VariablesManager.h 31 \date 2008-01-14T00:37:18 32 \author Andrei KOPATS 33 \brief Header for VariablesManager class 34 */ 35 29 36 #ifndef VARIABLESMANAGER_H 30 37 #define VARIABLESMANAGER_H … … 35 42 #include <QHash> 36 43 44 /*! 45 \brief Implementation of Variables Manager 46 Variables Manager allowing you to replace names of some variables 47 in the string with according values. 48 */ 37 49 class Q_MONKEY_EXPORT VariablesManager : public QObject, public QSingleton<VariablesManager> 38 50 {
