astyle formatting

This commit is contained in:
Daniel Marjamäki 2010-08-20 19:31:23 +02:00
parent 741ce40e3d
commit 1d0debddef
1 changed files with 7 additions and 7 deletions

View File

@ -651,13 +651,13 @@ void MainWindow::OpenHelpContents()
void MainWindow::OpenHtmlHelpContents()
{
/*
QString file("/cppcheck.chm");
QString exeFolder = QDir::currentPath();
exeFolder += file;
exeFolder = QDir::toNativeSeparators(exeFolder);
HtmlHelp(NULL, exeFolder.utf16(), HH_DISPLAY_TOPIC, NULL);
*/
/*
QString file("/cppcheck.chm");
QString exeFolder = QDir::currentPath();
exeFolder += file;
exeFolder = QDir::toNativeSeparators(exeFolder);
HtmlHelp(NULL, exeFolder.utf16(), HH_DISPLAY_TOPIC, NULL);
*/
}
void MainWindow::OpenProjectFile()