Skip to content

Commit

Permalink
Display >25 projects (still <=100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Thomssen committed Apr 21, 2016
1 parent cf656b0 commit d692208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion IssueSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ IssueSelector::loadProjects()
qml("project")->setProperty( "currentIndex", currentIndex );

RETURN();
} );
},
QString("limit=100") );
}

int
Expand Down
2 changes: 1 addition & 1 deletion RedTimer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QMAKE_CXXFLAGS += -std=c++11
RC_ICONS = icons/clock_red.ico
ICON = icons/clock_red.icns

VERSION = 0.0.5
VERSION = 0.0.6
QMAKE_TARGET_COMPANY = "Thomssen IT"
QMAKE_TARGET_PRODUCT = "RedTimer"
QMAKE_TARGET_DESCRIPTION = "Redmine Time Tracker"
Expand Down

0 comments on commit d692208

Please sign in to comment.