~marcustomlinson/keeper/add-builddeb-dir

« back to all changes in this revision

Viewing changes to tests/utils/main.cpp

mergeĀ lp:~charlesk/keeper/keeper-tar-create-handle-libarchive-failure-gracefully

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#include "qdbus-stubs/dbus-types.h"
 
21
#include "src/util/logging.h"
21
22
 
22
23
#include <libqtdbusmock/DBusMock.h>
23
24
 
49
50
    bindtextdomain(GETTEXT_PACKAGE, LOCALE_DIR);
50
51
    textdomain(GETTEXT_PACKAGE);
51
52
 
 
53
    qInstallMessageHandler(util::loggingFunction);
 
54
 
52
55
    qsrand(time(nullptr));
53
56
 
54
57
    QCoreApplication application(argc, argv);