Bump version to 24.04.3.4
[LibreOffice.git] / libreofficekit / qa / gtktiledviewer / gtv-main.cxx
bloba1bf7ed928e2aed7e8ce901644d9eaf5e0396907
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #include <gio/gio.h>
12 #include "gtv-application.hxx"
14 int main(int argc, char* argv[])
16 return g_application_run(G_APPLICATION(gtv_application_new()), argc, argv);
19 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */