Browse Source

Add TODO to Application

master
Krisjanis Rijnieks 8 years ago
parent
commit
02f8ee8af6
  1. 4
      src/Application/Application.h

4
src/Application/Application.h

@ -22,6 +22,10 @@
#include "Gui.h"
#include "TerminalListener.h"
// TODO: Move all command executors to here (Application class)
// This would allow one not to repeat. Commands would be called in
// one place and includes of commands would not be duplicated.
#define PIMAPPER_SETTINGS_FILE "ofxpimapper.xml"
namespace ofx {

Loading…
Cancel
Save