minor documentation changes regarding future improvements and additions

actorid
Marc Zinnschlag 12 years ago
parent 303506d24b
commit 019146756f

@ -20,7 +20,9 @@ namespace CSMDoc
State_Modified = 1,
State_Locked = 2,
State_Saving = 4,
State_Verifying = 8
State_Verifying = 8,
State_Compiling = 16, // not implemented yet
State_Searching = 32 // not implemented yet
};
std::string mName; ///< \todo replace name with ESX list

@ -34,6 +34,8 @@ void CSVDoc::Operation::updateLabel (int threads)
CSVDoc::Operation::Operation (int type) : mType (type), mStalling (false)
{
/// \todo Add a cancel button or a pop up menu with a cancel item
updateLabel();
/// \todo assign different progress bar colours to allow the user to distinguish easily between operation types

Loading…
Cancel
Save