diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-14 20:11:54 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-14 20:11:54 (GMT) |
| commit | 900e23128a16bd49d8929a232ac57fc7e30ad3f9 (patch) | |
| tree | a5d04c86dc0ac5efb887579699e86143f12f20a8 /src/options/OptionsController.cpp | |
| parent | 4c6be4ff2cc822d9c1ed36c9c88261771775dc02 (diff) | |
| download | powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.zip powder-900e23128a16bd49d8929a232ac57fc7e30ad3f9.tar.gz | |
Add ability to get favourites
Diffstat (limited to 'src/options/OptionsController.cpp')
| -rw-r--r-- | src/options/OptionsController.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/options/OptionsController.cpp b/src/options/OptionsController.cpp new file mode 100644 index 0000000..ca9a332 --- /dev/null +++ b/src/options/OptionsController.cpp @@ -0,0 +1,18 @@ +/* + * OptionsController.cpp + * + * Created on: Apr 14, 2012 + * Author: Simon + */ + +#include "OptionsController.h" + +OptionsController::OptionsController() { + // TODO Auto-generated constructor stub + +} + +OptionsController::~OptionsController() { + // TODO Auto-generated destructor stub +} + |
