Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-19 22:11:38 +0000
committerStijn Buys <ingar@osirion.org>2012-02-19 22:11:38 +0000
commit43c292e1dda7c789a31cdb679065c75d8f8cebba (patch)
treed4ebeebe2adf53d688942f786f42fcdbc21bad1c /src/sidebar.h
parentc3afc2172e6a272e330ae6c2a3aad377eb876ba9 (diff)
Added entity type label.
Diffstat (limited to 'src/sidebar.h')
-rw-r--r--src/sidebar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sidebar.h b/src/sidebar.h
index 0f6b35c..cfa87c7 100644
--- a/src/sidebar.h
+++ b/src/sidebar.h
@@ -58,6 +58,7 @@ signals:
private:
QLabel *label_zone;
+ QLabel *label_entitytype;
QLineEdit *edit_entitylabel;
QLineEdit *edit_entityname;