2 * Copyright Johannes Sixt
3 * This file is licensed under the GNU General Public License Version 2.
4 * See the file COPYING in the toplevel directory of the source directory.
11 * Description of environment variables. Note that the name of the variable
12 * is given as the key in the map, so we don't repeat it here.
15 class QTreeWidgetItem
;
19 enum EnvVarStatus
{ EVclean
, EVdirty
, EVnew
, EVdeleted
};
21 QTreeWidgetItem
* item
;