mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
Changed every occurence in the code of the "inset" term to "title block".
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1132 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <QtGui>
|
||||
#include "borderproperties.h"
|
||||
#include "conductorproperties.h"
|
||||
#include "insetproperties.h"
|
||||
#include "titleblockproperties.h"
|
||||
#include "exportproperties.h"
|
||||
class QETProject;
|
||||
class ProjectView;
|
||||
@@ -56,7 +56,7 @@ class QETDiagramEditor : public QMainWindow {
|
||||
QList<DiagramView *> projectViews() const;
|
||||
QList<QString> editedFiles() const;
|
||||
ProjectView *viewForFile(const QString &) const;
|
||||
static InsetProperties defaultInsetProperties();
|
||||
static TitleBlockProperties defaultTitleBlockProperties();
|
||||
static BorderProperties defaultBorderProperties();
|
||||
static ConductorProperties defaultConductorProperties();
|
||||
static ExportProperties defaultExportProperties();
|
||||
|
||||
Reference in New Issue
Block a user