...how can I really help ?
-
NEVER MIND - the formatting is all hosed -up.....
still like to have an answer to the posted question .I recall "volunteering" to "help " during the initial Qt install...
So - what is the proper way to do so without giving away my shoe size etc....
I am seeing strange results of "auto-indent selection " and I do not want to get involved
only to receive " not my product / job man,,," from Qt inc.Here is the "result " of "auto-indent selection "
QTextStream stream(&file);
int TestCounter = 0;
LABEL: while (!stream.atEnd()){
qDebug() <<"WHILE Stream file START ";
TestCounter++;
line = stream.readLine();
qDebug() <<"DEBUG TASK stream raw line \n " << line ;And here is how / where I originally put LABEL: WHERE it belongs
QTextStream stream(&file); int TestCounter = 0;LABEL: while (!stream.atEnd()){
qDebug() <<"WHILE Stream file START ";
TestCounter++;
line = stream.readLine();
qDebug() <<"DEBUG TASK stream raw line \n " << line ;