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

List:       kde-commits
Subject:    KDE/kdeaccessibility/kttsd/kttsd
From:       Jeremy Paul Whiting <jeremy () scitools ! com>
Date:       2009-11-08 5:50:32
Message-ID: 1257659432.561547.1761.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1046272 by whiting:

remove new signal added after 4.3 that is not needed in 4.4 either

 M  +0 -2      kspeech.cpp  
 M  +0 -8      kspeech.h  


--- trunk/KDE/kdeaccessibility/kttsd/kttsd/kspeech.cpp #1046271:1046272
@@ -502,8 +502,6 @@
         this, SLOT(slotMarker(const QString&, int, KSpeech::MarkerType, const \
                QString&)));
     connect (Speaker::Instance(), SIGNAL(jobStateChanged(const QString&, int, \
                KSpeech::JobState)),
         this, SLOT(slotJobStateChanged(const QString&, int, KSpeech::JobState)));
-    connect (Speaker::Instance(), SIGNAL(newJobFiltered(const QString&, const \
                QString&)),
-        this, SIGNAL(newJobFiltered(const QString&, const QString&)));
     //connect (Speaker::Instance(), SIGNAL(filteringFinished()),
     //    this, SLOT(slotFilteringFinished()));
 
--- trunk/KDE/kdeaccessibility/kttsd/kttsd/kspeech.h #1046271:1046272
@@ -677,14 +677,6 @@
     */
     void marker(const QString &appId, int jobNum, int markerType, const QString \
&markerData);  
-    /**
-     * This signal is emitted when a new job coming in is filtered (or not filtered \
                if no filters
-     * are on).
-     * @param prefilterText     The text of the speech job
-     * @param postfilterText    The text of the speech job after any filters have \
                been applied
-     */
-    void newJobFiltered(const QString &prefilterText, const QString \
                &postfilterText);
-
 private slots:
     void slotJobStateChanged(const QString& appId, int jobNum, KSpeech::JobState \
                state);
     void slotMarker(const QString& appId, int jobNum, KSpeech::MarkerType \
markerType, const QString& markerData);


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

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