~ubuntu-branches/debian/sid/kexi/sid

« back to all changes in this revision

Viewing changes to src/main/startup/KexiStartup.h

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2017-08-19 14:14:56 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20170819141456-m6mzvyogcng2vt1w
Tags: 1:3.0.2-1
* New upstream release. (Closes: #871257)
* Small copyright update.
* Drop all the pre-Jessie replaces/breaks.
* Bump kdb, kpropert, and kreport build dependencies to 3.0.2, to ensure
  building against the latest versions.
* Bump Standards-Version to 4.0.1, no changes required.
* Add Breaks/Replaces for all the calligra-l10n packages prior to < 2.9.11-2,
  i.e. when kexi was split out of calligra (in Debian).
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* This file is part of the KDE project
2
 
   Copyright (C) 2003-2015 Jarosław Staniek <staniek@kde.org>
 
2
   Copyright (C) 2003-2017 Jarosław Staniek <staniek@kde.org>
3
3
 
4
4
   This library is free software; you can redistribute it and/or
5
5
   modify it under the terms of the GNU Library General Public
88
88
    void slotAboutToAppQuit();
89
89
 
90
90
protected:
91
 
//! @todo KEXI3 port getAutoopenObjects()
92
 
//    bool getAutoopenObjects(KCmdLineArgs *args, const QByteArray &action_name);
93
 
 
94
91
    //! Handle higher-prioroty options.
95
92
    /*! When such options are present, handle them and immediately exit without showing
96
93
     the GUI even if other options or arguments are present.