~ubuntu-branches/ubuntu/quantal/marble/quantal

« back to all changes in this revision

Viewing changes to src/plugins/render/satellites/SatellitesConfigModel.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-05-26 15:14:42 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120526151442-qihwzeki8qlr9ip4
Tags: 4:4.8.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
// Copyright 2011 Guillaume Martres <smarter@ubuntu.com>
9
9
//
10
10
 
11
 
#include "MarbleDebug.h"
12
 
 
13
11
#include "SatellitesConfigModel.h"
 
12
 
14
13
#include "SatellitesConfigNodeItem.h"
15
14
#include "SatellitesConfigLeafItem.h"
 
15
#include "MarbleDebug.h"
16
16
 
17
17
using namespace Marble;
18
18