|
branches/work/kwin-tiling (silent): msg#12789kde-commits
SVN commit 1005080 by nikhilm: Made TilingLayout::commit non inline SVN_SILENT M +6 -0 tilinglayout.cpp M +1 -7 tilinglayout.h --- branches/work/kwin-tiling/tilinglayout.cpp #1005079:1005080 @@ -84,6 +84,12 @@ t->swapWith( r ); } +void TilingLayout::commit() + { + if( m_root ) + m_root->commit(); + } + void TilingLayout::addTile( Tile * ) { } --- branches/work/kwin-tiling/tilinglayout.h #1005079:1005080 @@ -42,7 +42,7 @@ inline Tile* root(); inline void setRoot( Tile *r ); - inline void commit(); + void commit(); protected: virtual void removeTile( Tile *t ); @@ -61,12 +61,6 @@ m_root = r; } -inline void TilingLayout::commit() - { - if( m_root ) - m_root->commit(); - } - } // end namespace #endif
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |