mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kwin: remove declaration of non-existing KWin::XRenderPicture::fromImage() method
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6e8b03eeb9
commit
34f57d6abb
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ public:
|
|||
XRenderPicture(xcb_pixmap_t pix, int depth);
|
||||
operator xcb_render_picture_t();
|
||||
private:
|
||||
void fromImage(const QImage &img);
|
||||
KSharedPtr< XRenderPictureData > d;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue