Code reorganization to enable Dynamic profile with rt-cli (#3691)

This commit is contained in:
Hombre
2017-04-25 00:50:18 +02:00
parent 040065e55f
commit fb5466bc8c
20 changed files with 717 additions and 631 deletions

View File

@@ -20,8 +20,8 @@
#define _DYNAMICPROFILEPANEL_H_
#include <gtkmm.h>
#include "dynamicprofile.h"
#include "profilestore.h"
#include "../rtengine/dynamicprofile.h"
#include "profilestorecombobox.h"
class DynamicProfilePanel: public Gtk::VBox {
public: