Skip to content

Commit 63acd17

Browse files
committed
Added all notes
1 parent 792fe18 commit 63acd17

3 files changed

Lines changed: 460 additions & 40 deletions

File tree

src/UI/toolbox/toolbox.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ToolBox::ToolBox(QWidget *parent)
2828
this->addItem(_soundVisualizer,"Sound Visualizer");
2929

3030
QTextBrowser* documentation = new QTextBrowser(this);
31-
documentation->setSearchPaths({"/home/antiloope/Documents/tesis/ChordScript/doc/html/"});
32-
documentation->setSource(QUrl("/home/antiloope/Documents/tesis/ChordScript/doc/html/annotated.html"),QTextDocument::HtmlResource);
31+
documentation->setSearchPaths({"./docs/"});
32+
documentation->setSource(QUrl("./docs/Language-Documentation.html"));
3333
documentation->setOpenExternalLinks(true);
3434
documentation->setStyleSheet(
3535
"QTextBrowser {"

0 commit comments

Comments
 (0)