Reverting previous commit and going back to revision 4475.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4477 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
dfochi
2016-05-13 13:48:36 +00:00
parent fa4714b95d
commit f077361856
31 changed files with 850 additions and 2000 deletions

View File

@@ -17,7 +17,6 @@
*/
#ifndef PROJECTPROPERTIESDIALOG_H
#define PROJECTPROPERTIESDIALOG_H
#include <QtCore>
class QETProject;
class QWidget;
@@ -27,7 +26,8 @@ class ConfigDialog;
* @brief The ProjectPropertiesDialog class
* this class builds a dialog to edit whole properties of a project
*/
class ProjectPropertiesDialog : public QObject {
class ProjectPropertiesDialog
{
public:
enum Page {
Main = 0,
@@ -39,7 +39,6 @@ class ProjectPropertiesDialog : public QObject {
~ProjectPropertiesDialog();
void exec();
void setCurrentPage(ProjectPropertiesDialog::Page);
void changeToFolio();
private:
ConfigDialog *m_properties_dialog;