Okular

js_global.cpp
1/*
2 SPDX-FileCopyrightText: 2024 Pratham Gandhi <ppg.1382@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#include "js_global_p.h"
8
9using namespace Okular;
10
11JSGlobal::JSGlobal(QObject *parent)
12 : QObject(parent)
13{
14}
15
16JSGlobal::~JSGlobal() = default;
global.h
Definition action.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:37 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.