equal
deleted
inserted
replaced
92 out << endl << endl; |
92 out << endl << endl; |
93 } |
93 } |
94 |
94 |
95 int main(int argc, char **argv) |
95 int main(int argc, char **argv) |
96 { |
96 { |
97 // intialize QtCore application |
97 // initialize QtCore application |
98 QCoreApplication app(argc, argv); |
98 QCoreApplication app(argc, argv); |
99 |
99 |
100 // get a list of all html files in the current directory |
100 // get a list of all html files in the current directory |
101 QStringList filter; |
101 QStringList filter; |
102 filter << "*.htm"; |
102 filter << "*.htm"; |