astyle formatting
This commit is contained in:
parent
741ce40e3d
commit
1d0debddef
|
@ -651,13 +651,13 @@ void MainWindow::OpenHelpContents()
|
||||||
|
|
||||||
void MainWindow::OpenHtmlHelpContents()
|
void MainWindow::OpenHtmlHelpContents()
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
QString file("/cppcheck.chm");
|
QString file("/cppcheck.chm");
|
||||||
QString exeFolder = QDir::currentPath();
|
QString exeFolder = QDir::currentPath();
|
||||||
exeFolder += file;
|
exeFolder += file;
|
||||||
exeFolder = QDir::toNativeSeparators(exeFolder);
|
exeFolder = QDir::toNativeSeparators(exeFolder);
|
||||||
HtmlHelp(NULL, exeFolder.utf16(), HH_DISPLAY_TOPIC, NULL);
|
HtmlHelp(NULL, exeFolder.utf16(), HH_DISPLAY_TOPIC, NULL);
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::OpenProjectFile()
|
void MainWindow::OpenProjectFile()
|
||||||
|
|
Loading…
Reference in New Issue