~jolyapp-core/jolyapp/master

« back to all changes in this revision

Viewing changes to src/board.cpp

  • 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:
29
29
#include <QQmlContext>
30
30
#include <QQuickItem>
31
31
#include <QApplication>
32
 
#include "action.h"
33
32
#include "board.h"
34
33
#include "globals.h"
35
 
#include "actionsprovider.h"
36
34
#include "filesystemwatcher.h"
37
35
#include "qmlactioniconprovider.h"
38
36