mlaurent requested changes to this revision.
mlaurent added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> CMakeLists.txt:16
> +
> +install(TARGETS baloodb DESTINATION ${BIN_INSTALL_DIR})

install(TARGETS baloodb ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})

> main.cpp:151
> +    }
> +    QString allCommandsStr = allowedcommands.join(QStringLiteral("\n    "));
> +    return i18n("\n\nCommands:\n    %1", allCommandsStr);

const QString allCommandStr

REPOSITORY
  R293 Baloo

REVISION DETAIL
  https://phabricator.kde.org/D11287

To: michaelh, #baloo, #frameworks, mlaurent
Cc: mlaurent, ngraham, ashaposhnikov, michaelh, astippich, spoorun, 
nicolasfella, alexeymin

Reply via email to