Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509610
Collapse All | Expand All

(-)qgis-1.8.0.orig/src/core/qgsmaplayerregistry.h (-5 / +5 lines)
Lines 164-180 Link Here
164
//! protected constructor
164
//! protected constructor
165
    QgsMapLayerRegistry( QObject * parent = 0 );
165
    QgsMapLayerRegistry( QObject * parent = 0 );
166
166
167
    /** debugging member
168
        invoked when a connect() is made to this object
169
    */
170
    void connectNotify( const char * signal );
171
167
  private:
172
  private:
168
173
169
    static QgsMapLayerRegistry* mInstance;
174
    static QgsMapLayerRegistry* mInstance;
170
175
171
    QMap<QString, QgsMapLayer*> mMapLayers;
176
    QMap<QString, QgsMapLayer*> mMapLayers;
172
177
173
    /** debugging member
174
        invoked when a connect() is made to this object
175
    */
176
    void connectNotify( const char * signal );
177
178
178
179
}; // class QgsMapLayerRegistry
179
}; // class QgsMapLayerRegistry
180
180
(-)qgis-1.8.0.orig/src/gui/qgsmapcanvas.h (-5 / +5 lines)
Lines 408-413 Link Here
408
    /// Handle pattern for implementation object
408
    /// Handle pattern for implementation object
409
    std::auto_ptr<CanvasProperties> mCanvasProperties;
409
    std::auto_ptr<CanvasProperties> mCanvasProperties;
410
410
411
    /**debugging member
412
       invoked when a connect() is made to this object
413
    */
414
    void connectNotify( const char * signal );
415
411
  private slots:
416
  private slots:
412
    void crsTransformEnabled( bool );
417
    void crsTransformEnabled( bool );
413
418
Lines 455-465 Link Here
455
       the last entry in case a lot of resize events arrive in short time*/
460
       the last entry in case a lot of resize events arrive in short time*/
456
    QList< QPair<int, int> > mResizeQueue;
461
    QList< QPair<int, int> > mResizeQueue;
457
462
458
    /**debugging member
459
       invoked when a connect() is made to this object
460
    */
461
    void connectNotify( const char * signal );
462
463
    //! current layer in legend
463
    //! current layer in legend
464
    QgsMapLayer* mCurrentLayer;
464
    QgsMapLayer* mCurrentLayer;
465
465
(-)qgis-1.8.0.orig/src/gui/qgsmessagelogviewer.h (-1 / +2 lines)
Lines 42-51 Link Here
42
  public slots:
42
  public slots:
43
    void logMessage( QString message, QString tag, int level );
43
    void logMessage( QString message, QString tag, int level );
44
44
45
  private:
45
  protected:
46
    void showEvent( QShowEvent * );
46
    void showEvent( QShowEvent * );
47
    void hideEvent( QHideEvent * );
47
    void hideEvent( QHideEvent * );
48
48
49
  private:
49
    QToolButton *mButton;
50
    QToolButton *mButton;
50
    int mCount;
51
    int mCount;
51
52

Return to bug 509610