[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/vcs/widgets
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-08-18 15:22:35
Message-ID: 1219072955.166888.19417.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 848855 by apaku:

Allow to retrieve the iface for easier usage of the dialog when.

 M  +5 -0      vcscommitdialog.cpp  
 M  +1 -0      vcscommitdialog.h  


--- trunk/KDE/kdevplatform/vcs/widgets/vcscommitdialog.cpp #848854:848855
@@ -102,6 +102,11 @@
     return d->ui.message->toPlainText();
 }
 
+IBasicVersionControl* VcsCommitDialog::versionControlIface()
+{
+    return d->vcsiface;
+}
+
 void VcsCommitDialog::setCommitCandidates( const KUrl::List &urls )
 {
     kDebug() << "Fetching status for urls:" << urls;
--- trunk/KDE/kdevplatform/vcs/widgets/vcscommitdialog.h #848854:848855
@@ -34,6 +34,7 @@
     KUrl::List checkedUrls() const;
     bool recursive() const;
     QString message() const;
+    IBasicVersionControl* versionControlIface();
 Q_SIGNALS:
     void doCommit( KDevelop::VcsCommitDialog* dlg );
     void cancelCommit( KDevelop::VcsCommitDialog* dlg );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic