Skip to content

Commit

Permalink
File entries are subclassed
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDTill committed Sep 3, 2023
1 parent 7fd6955 commit 41d0042
Show file tree
Hide file tree
Showing 4 changed files with 212 additions and 74 deletions.
5 changes: 3 additions & 2 deletions app/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ QT_END_NAMESPACE
class MathToolbar;
class Plot;
class Preferences;
class ProjectBrowser;
class SearchDialog;
class QGroupBox;
class QSplitter;
class Splitter;

namespace Forscape{
class ProjectBrowser;

namespace Typeset {
class Console;
class Editor;
Expand Down Expand Up @@ -52,7 +53,7 @@ public slots:
MathToolbar* math_toolbar;
QToolBar* action_toolbar;
QToolBar* project_toolbar;
ProjectBrowser* project_browser;
Forscape::ProjectBrowser* project_browser;
Splitter* horizontal_splitter;
Splitter* vertical_splitter;
Preferences* preferences;
Expand Down
Loading

0 comments on commit 41d0042

Please sign in to comment.