X-Git-Url: https://www.flypig.org.uk/git/?p=harbour-pedalo.git;a=blobdiff_plain;f=src%2Fjourneymodel.h;h=ccb4ffc17c0bb8fca55d6459a21c1948a4f85486;hp=ded01840fd2425dd3b55664be88a91894c0ff95f;hb=70180c4c4fd2807d16f90562d6876f3f07d388b1;hpb=d8058e5edcec89d8103ead111f87dc9040323685 diff --git a/src/journeymodel.h b/src/journeymodel.h index ded0184..ccb4ffc 100644 --- a/src/journeymodel.h +++ b/src/journeymodel.h @@ -41,6 +41,8 @@ public: Q_INVOKABLE static QDateTime epochToDateTime(quint64 epoch); QList const & getData() const; + + void sort(int column, Qt::SortOrder order); signals: // General signals void journeysChanged();