ui: Improved scrolling and layouting in QtCodeView and colored locations of active TokenId differently

This commit is contained in:
Eberhard Graether
2014-07-04 15:33:51 +02:00
parent 610aa2eb09
commit a70a9009cc
15 changed files with 142 additions and 33 deletions
+4
View File
@@ -0,0 +1,4 @@
int main();
void foo();
int sum(int a, int b);
int diff(int a, int b);