summaryrefslogtreecommitdiff
path: root/noncore/apps/qashmoney/preferences.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/qashmoney/preferences.h') (more/less context) (show whitespace changes)
-rwxr-xr-xnoncore/apps/qashmoney/preferences.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/apps/qashmoney/preferences.h b/noncore/apps/qashmoney/preferences.h
index 4a3e058..10ec6e9 100755
--- a/noncore/apps/qashmoney/preferences.h
+++ b/noncore/apps/qashmoney/preferences.h
@@ -14,2 +14,3 @@ class Preferences
void initializeColumnPreferences ();
+ void initializeSortingPreferences ();
@@ -18,2 +19,3 @@ class Preferences
int getColumnPreference ( int id );
+ void getSortingPreference ( int id, int *column, int *direction );
@@ -26,2 +28,3 @@ class Preferences
void changeColumnPreference ( int id, int width );
+ void changeSortingPreference ( int id, int column );