Add interval sort function

.. added to the splitter handle context menu

.. also took IntervalItem.h and IntervalTreeView.h from MainWindow.h
   coz I was getting pissed with recompiling everything when changing it.
   Thats why so many other files have been changed in this commit.

Fixes #338.
This commit is contained in:
Mark Liversedge
2013-03-17 21:29:47 +00:00
parent fcd34cbae1
commit 39f322ba1f
12 changed files with 55 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
#include "AddIntervalDialog.h"
#include "MainWindow.h"
#include "IntervalItem.h"
#include "RideFile.h"
#include <QMap>
#include <assert.h>