Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextWindow.hpp

    r326bbe r5079a0  
    1111#include "MainWindow.hpp"
    1212
    13 #include <set>
    14 
    1513class TextMenu;
    1614class Action;
     15class oldmenu;
    1716class StringView;
    1817class TextStatusIndicator;
     
    2827private:
    2928  // populaters
    30   char getSuitableShortForm(std::set <char> &ShortcutList, const std::string name) const;
    31   void populateMenu(TextMenu* Menu, const std::string &name);
     29  void populateEditMoleculesMenu(Menu* editMoleculesMenu);
    3230
    3331  TextMenu *main_menu;
     
    3836  StringView *moleculeView;
    3937  TextStatusIndicator *statusIndicator;
     38
     39  // This class still contains a lot of scattered functionality
     40  oldmenu *old_menu;
    4041};
    4142
Note: See TracChangeset for help on using the changeset viewer.