[Uml-devel] KDE/kdesdk

Dirk Mueller mueller at kde.org
Sat Jul 14 23:52:47 UTC 2007


SVN commit 687992 by mueller:

the usual "daily unbreak compilation"


 M  +1 -1      kate/app/kateconfigplugindialogpage.h  
 M  +6 -6      kate/app/katedocmanager.h  
 M  +1 -1      kate/app/katemwmodonhddialog.cpp  
 M  +2 -2      kate/app/katepluginmanager.h  
 M  +2 -2      kate/app/kateviewmanager.h  
 M  +1 -1      kate/plugins/externaltools/kateexternaltools.cpp  
 M  +3 -3      kate/plugins/externaltools/kateexternaltools.h  
 M  +2 -2      kate/plugins/filebrowser/katefileselector.cpp  
 M  +3 -3      kate/plugins/filebrowser/katefileselector.h  
 M  +5 -5      kate/plugins/filetemplates/plugin/filetemplates.h  
 M  +2 -2      kate/plugins/mailfiles/katemailfilesdialog.cpp  
 M  +1 -1      kate/plugins/mailfiles/katemailfilesdialog.h  
 M  +3 -3      kate/plugins/symbolviewer/plugin_katesymbolviewer.h  
 M  +4 -4      kate/plugins/tabbarextension/plugin_katetabbarextension.h  
 M  +1 -1      kbabel/common/diff.h  
 M  +1 -1      kbabel/common/editcmd.h  
 M  +1 -1      kbabel/datatools/regexp/main.h  
 M  +1 -1      kbabel/kbabeldict/searchengine.h  
 M  +1 -1      kuiviewer/quicreator.h  
 M  +2 -2      umbrello/umbrello/uml.h  
 M  +1 -1      umbrello/umbrello/widgetbase.h  


--- trunk/KDE/kdesdk/kate/app/kateconfigplugindialogpage.h #687991:687992
@@ -54,7 +54,7 @@
     ~KateConfigPluginPage()
     {
       ;
-    };
+    }
 
   private:
     class KateConfigDialog *myDialog;
--- trunk/KDE/kdesdk/kate/app/katedocmanager.h #687991:687992
@@ -72,7 +72,7 @@
     Kate::DocumentManager *documentManager ()
     {
       return m_documentManager;
-    };
+    }
     KTextEditor::Editor *editor()
     {
       return m_editor;
@@ -100,7 +100,7 @@
     const QList<KTextEditor::Document*> &documentList () const
     {
       return m_docList;
-    };
+    }
 
     KTextEditor::Document *openUrl(const KUrl&, const QString &encoding = QString(), bool isTempFile = false);
 
@@ -119,20 +119,20 @@
     inline bool getSaveMetaInfos()
     {
       return m_saveMetaInfos;
-    };
+    }
     inline void setSaveMetaInfos(bool b)
     {
       m_saveMetaInfos = b;
-    };
+    }
 
     inline int getDaysMetaInfos()
     {
       return m_daysMetaInfos;
-    };
+    }
     inline void setDaysMetaInfos(int i)
     {
       m_daysMetaInfos = i;
-    };
+    }
 
     QModelIndex indexForDocument(KTextEditor::Document *document);
 
--- trunk/KDE/kdesdk/kate/app/katemwmodonhddialog.cpp #687991:687992
@@ -53,7 +53,7 @@
         setCheckState( 0, Qt::Unchecked );
     }
     ~KateDocItem()
-  {};
+  {}
 
     KTextEditor::Document *document;
 };
--- trunk/KDE/kdesdk/kate/app/katepluginmanager.h #687991:687992
@@ -58,7 +58,7 @@
     Kate::PluginManager *pluginManager () const
     {
       return m_pluginManager;
-    };
+    }
 
     void unloadAllPlugins ();
 
@@ -80,7 +80,7 @@
     inline KatePluginList & pluginList ()
     {
       return m_pluginList;
-    };
+    }
 
     Kate::Plugin *plugin (const QString &name);
     bool pluginAvailable (const QString &name);
--- trunk/KDE/kdesdk/kate/app/kateviewmanager.h #687991:687992
@@ -112,7 +112,7 @@
     inline QList<KTextEditor::View*> &viewList ()
     {
       return m_viewList;
-    };
+    }
 
   private:
     /**
@@ -149,7 +149,7 @@
     bool isViewActivationBlocked()
     {
       return m_blockViewCreationAndActivation;
-    };
+    }
 
   private Q_SLOTS:
     void slotViewChanged();
--- trunk/KDE/kdesdk/kate/plugins/externaltools/kateexternaltools.cpp #687991:687992
@@ -450,7 +450,7 @@
     }
 
     ~ToolItem()
-    {};
+    {}
 
     KateExternalTool *tool;
 };
--- trunk/KDE/kdesdk/kate/plugins/externaltools/kateexternaltools.h #687991:687992
@@ -72,7 +72,7 @@
   public:
     KateExternalToolsMenuAction( const QString &text, QObject *parent, class Kate::MainWindow *mw = 0 );
     ~KateExternalToolsMenuAction()
-    {};
+    {}
 
     /**
      * This will load all the confiured services.
@@ -126,7 +126,7 @@
                       const QString &cmdname = QString(),
                       int save = 0 );
     ~KateExternalTool()
-    {};
+    {}
 
     QString name; ///< The name used in the menu.
     QString command; ///< The command to execute.
@@ -204,7 +204,7 @@
   public:
     KateExternalToolsCommand ();
     virtual ~KateExternalToolsCommand ()
-    {};
+    {}
     static KateExternalToolsCommand *self();
     void reload();
   public:
--- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefileselector.cpp #687991:687992
@@ -628,11 +628,11 @@
                   const QString &str = QString::null ) :
         QListWidgetItem(pm, text, lb, 0 ),
         _str(str)
-    {};
+    {}
     QString idstring()
     {
       return _str;
-    };
+    }
   private:
     QString _str;
 };
--- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefileselector.h #687991:687992
@@ -146,7 +146,7 @@
     KActionCollection *actionCollection()
     {
       return mActionCollection;
-    };
+    }
 
   public Q_SLOTS:
     void slotFilterChange(const QString&);
@@ -154,7 +154,7 @@
     void setDir( const QString& url )
     {
       setDir( KUrl( url ) );
-    };
+    }
     void kateViewChanged();
     void selectorViewChanged( KFileView * );
 
@@ -216,7 +216,7 @@
   public:
     KFSConfigPage( QWidget* parent = 0, const char *name = 0, KateFileSelector *kfs = 0);
     virtual ~KFSConfigPage()
-    {};
+    {}
 
     virtual void apply();
     virtual void reset();
--- trunk/KDE/kdesdk/kate/plugins/filetemplates/plugin/filetemplates.h #687991:687992
@@ -75,7 +75,7 @@
     /**
      * @return a pointer to the templateinfo collection
      */
-    Q3PtrList<class TemplateInfo> templates() { return m_templates; };
+    Q3PtrList<class TemplateInfo> templates() { return m_templates; }
 
     /**
      * @return a pointer to the templateInfo for the template at @p index
@@ -146,7 +146,7 @@
   Q_OBJECT
   public:
     KateTemplateInfoWidget( QWidget *parent=0, TemplateInfo *info=0, KateFileTemplates *kft=0 );
-    ~KateTemplateInfoWidget() {};
+    ~KateTemplateInfoWidget() {}
 
     TemplateInfo *info;
 
@@ -180,7 +180,7 @@
   Q_OBJECT
   public:
     KateTemplateWizard( QWidget* parent, KateFileTemplates *ktf );
-    ~KateTemplateWizard() {};
+    ~KateTemplateWizard() {}
 
   public slots:
     void accept();
@@ -219,12 +219,12 @@
   Q_OBJECT
   public:
     KateTemplateManager( KateFileTemplates *kft=0, QWidget *parent=0, const char *name=0 );
-    ~KateTemplateManager() {};
+    ~KateTemplateManager() {}
 
   public slots:
     void apply();
     void reload();
-    void reset() { reload(); };
+    void reset() { reload(); }
 
   private slots:
     void slotUpload();
--- trunk/KDE/kdesdk/kate/plugins/mailfiles/katemailfilesdialog.cpp #687991:687992
@@ -36,11 +36,11 @@
       setText(0, doc->documentName());
       setText(1, doc->url().prettyUrl());
       setCheckState(0, Qt::Unchecked);
-    };
+    }
     KTextEditor::Document *doc()
     {
       return mdoc;
-    };
+    }
   private:
     KTextEditor::Document *mdoc;
 };
--- trunk/KDE/kdesdk/kate/plugins/mailfiles/katemailfilesdialog.h #687991:687992
@@ -48,7 +48,7 @@
     KateMailDialog( QWidget *parent = 0,
                     Kate::MainWindow *mainwin = 0 );
     ~KateMailDialog()
-    {};
+    {}
 
     /**
         @return a list of the selected docs.
--- trunk/KDE/kdesdk/kate/plugins/symbolviewer/plugin_katesymbolviewer.h #687991:687992
@@ -140,9 +140,9 @@
 
     uint configPages () const { return 1; }
     Kate::PluginConfigPage *configPage (uint , QWidget *w, const char *name=0);
-    QString configPageName(uint) const { return i18n("Symbol Viewer"); };
-    QString configPageFullName(uint) const { return i18n("Symbol Viewer Configuration Page"); };
-    QPixmap configPagePixmap (uint, int) const { return 0L; };
+    QString configPageName(uint) const { return i18n("Symbol Viewer"); }
+    QString configPageFullName(uint) const { return i18n("Symbol Viewer Configuration Page"); }
+    QPixmap configPagePixmap (uint, int) const { return 0L; }
     KIcon configPageIcon (uint) const {return KIcon();} //TODO implement it
   public slots:
     void applyConfig( KatePluginSymbolViewerConfigPage* );
--- trunk/KDE/kdesdk/kate/plugins/tabbarextension/plugin_katetabbarextension.h #687991:687992
@@ -100,8 +100,8 @@
     // Kate::PluginConfigPageInterface
     uint configPages () const { return 1; }
     Kate::PluginConfigPage *configPage (uint , QWidget *w, const char *name=0);
-    QString configPageName(uint) const { return i18n("Tab Bar Extension"); };
-    QString configPageFullName(uint) const { return i18n("Configure Tab Bar Extension"); };
+    QString configPageName(uint) const { return i18n("Tab Bar Extension"); }
+    QString configPageFullName(uint) const { return i18n("Configure Tab Bar Extension"); }
     KIcon configPageIcon(uint) const { return KIcon(); }
 
   public slots:
@@ -148,8 +148,8 @@
      */
     virtual void apply();
 
-    virtual void reset () { ; };
-    virtual void defaults () { ; };
+    virtual void reset () { ; }
+    virtual void defaults () { ; }
 
   signals:
     /**
--- trunk/KDE/kdesdk/kbabel/common/diff.h #687991:687992
@@ -71,7 +71,7 @@
     void printLCS(uint index);
     inline QString getString();
 
-    ~LCSprinter() {};
+    ~LCSprinter() {}
 
 private:
     QStringList s1, s2, resultString;
--- trunk/KDE/kdesdk/kbabel/common/editcmd.h #687991:687992
@@ -57,7 +57,7 @@
 
     EditCommand();
     EditCommand(const int index, const Part part);
-    virtual ~EditCommand() {};
+    virtual ~EditCommand() {}
     virtual Commands type() const {return Invalid;}
     virtual int terminator() const {return 0;}
 
--- trunk/KDE/kdesdk/kbabel/datatools/regexp/main.h #687991:687992
@@ -32,7 +32,7 @@
 class Expression
 {
 public:
-	Expression() {};
+	Expression() {}
 	Expression( const QString& name, const QRegExp& regExp )
 	{
 		_name = name;
--- trunk/KDE/kdesdk/kbabel/kbabeldict/searchengine.h #687991:687992
@@ -318,7 +318,7 @@
     virtual QString fuzzyTranslation(const QString& /*text*/, int &score, const uint pluralForm = 0) { 
         Q_UNUSED(pluralForm);
 
-      score = 0; return QString(); };
+      score = 0; return QString(); }
    
 
     /**
--- trunk/KDE/kdesdk/kuiviewer/quicreator.h #687991:687992
@@ -27,7 +27,7 @@
 class QUICreator : public ThumbCreator
 {
 public:
-    QUICreator() {};
+    QUICreator() {}
     virtual bool create(const QString &path, int, int, QImage &img);
     virtual Flags flags() const;
 };
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.h #687991:687992
@@ -274,7 +274,7 @@
      *
      * @param mimeType  The MIME type to set as the default.
      */
-    void setImageMimeType(QString const & mimeType){m_imageMimeType=mimeType;};
+    void setImageMimeType(QString const & mimeType){m_imageMimeType=mimeType;}
 
     /**
      * Gets the default mime type for all diagrams that are exported as
@@ -282,7 +282,7 @@
      *
      * @return  The default MIME type for images.
      */
-    QString const & getImageMimeType()const{return m_imageMimeType;};
+    QString const & getImageMimeType()const{return m_imageMimeType;}
 
     /**
      * Carries out the cut/copy command with different action performed
--- trunk/KDE/kdesdk/umbrello/umbrello/widgetbase.h #687991:687992
@@ -63,7 +63,7 @@
      * Deliver a const pointer to the connected UMLView
      * ( needed esp. by event handling of LinePath )
      */
-    const UMLView *getUMLView() const { return m_pView; };
+    const UMLView *getUMLView() const { return m_pView; }
 
     /**
      * Sets the @ref UMLObject to represent.




More information about the umbrello-devel mailing list