"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/startupinfo.h" between
krename-4.0.9.tar.gz and krename-4.90.90.tar.gz

About: KRename is a batch file-renamer (KDE).

startupinfo.h  (krename-4.0.9):startupinfo.h  (krename-4.90.90)
skipping to change at line 18 skipping to change at line 18
/*************************************************************************** /***************************************************************************
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by * * it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or * * the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. * * (at your option) any later version. *
* * * *
***************************************************************************/ ***************************************************************************/
#ifndef START_UP_INFO_H_ #ifndef START_UP_INFO_H
#define START_UP_INFO_H_ #define START_UP_INFO_H
#include <QFrame> #include <QFrame>
namespace Ui { namespace Ui
class StartUpInfoWidget; {
class StartUpInfoWidget;
}; };
/** /**
* A info widget which tells the user about the next steps * A info widget which tells the user about the next steps
* when using KRename. * when using KRename.
* *
*/ */
class StartUpInfo : public QFrame { class StartUpInfo : public QFrame
{
Q_OBJECT Q_OBJECT
public: public:
StartUpInfo(QWidget* parent = NULL); explicit StartUpInfo(QWidget *parent = nullptr);
virtual ~StartUpInfo(); virtual ~StartUpInfo();
signals: Q_SIGNALS:
/** /**
* Emitted when the user clicks the link to add more files. * Emitted when the user clicks the link to add more files.
*/ */
void addFiles(); void addFiles();
/** /**
* Emitted when the user clicks the link to specify the template. * Emitted when the user clicks the link to specify the template.
*/ */
void enterTemplate(); void enterTemplate();
private: private:
Ui::StartUpInfoWidget* m_widget; Ui::StartUpInfoWidget *m_widget;
}; };
#endif // START_UP_INFO_H_ #endif // START_UP_INFO_H
 End of changes. 7 change blocks. 
8 lines changed or deleted 10 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)