mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user