make watchers persistent in the session

This commit is contained in:
hjk
2008-12-17 17:43:01 +01:00
parent 04c4a0ec72
commit 5285379f18
5 changed files with 68 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ private:
void testArray()
{
QString x[4];
QString x[20];
x[0] = "a";
x[1] = "b";
x[2] = "c";