File indexing completed on 2024-04-28 04:43:32

0001 /*
0002     SPDX-FileCopyrightText: 2009 Jaroslav Reznik
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include <QApplication>
0008 
0009 #define POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE 1
0010 
0011 #include "pkagentexample.h"
0012 
0013 int main(int argc, char *argv[])
0014 {
0015     PkAgentExample example(argc, argv);
0016     return example.exec();
0017 }