summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-09 15:49:44 +0200
committerSimon Rettberg2019-07-09 15:49:44 +0200
commit7a8be902d21f5cf84ef74633a2dda910af3699a1 (patch)
treefd32c55e1ef76152159d4fed00f7992a15829aa1 /src/main.cpp
parentRemove call to abort() causing Qt debug spam (diff)
downloadvmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.gz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.xz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.zip
Rewrite list/news/help download and backup file handling
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9874f00..df7309c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
w.resize(width, height);
if (xsessions.size()) {
- qSort(xsessions.begin(), xsessions.end(), myLessThan);
+ qSort(xsessions.begin(), xsessions.end(), sessionComparator);
w.addItems(xsessions, 0);
}