This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 6e7ca038f6188cf300ec9a78887b57f019d5c6e0 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Apr 24 01:01:45 2015 +0200 help.cpp: move functions around a bit. --- src/help.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/help.cpp b/src/help.cpp index 12a1264..6b95732 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -163,10 +163,6 @@ help::data_t help::build_data () { return (help::data_t (help::cleanup_prelude (help::build_prelude ()), help::cleanup_params (help::build_params ()))); } -QString help::pretty_print () { - return (help::pretty_print (help::build_data ())); -} - help::string_split_t help::split_long_line (QString &line, std::ptrdiff_t max_length) { string_split_t ret (line, ""); @@ -185,6 +181,10 @@ help::string_split_t help::split_long_line (QString &line, std::ptrdiff_t max_le return (ret); } +QString help::pretty_print () { + return (help::pretty_print (help::build_data ())); +} + QString help::pretty_print (help::data_t data) { QString ret = ""; QTextStream out (&ret); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git