~jolyapp-core/jolyapp/master

« back to all changes in this revision

Viewing changes to src/board.h

  • Committer: Ivan Akulov
  • Date: 2016-06-19 19:35:08 UTC
  • Revision ID: git-v1:edb7f38b3d0634b760eac37d52eaeacc4e8b47ea
Reorganize the actions and action providers

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <QCoreApplication>
27
27
#include <QQmlApplicationEngine>
28
28
 
29
 
#include "action.h"
30
 
#include "actionsprovider.h"
 
29
#include "actions/action.h"
 
30
#include "actionsproviders/actionsprovider.h"
31
31
#include "userinterface.h"
32
32
 
33
33
class QApplication;