summaryrefslogtreecommitdiffstats
path: root/webscrap.h
diff options
context:
space:
mode:
authorRoopesh Chander <roop@forwardbias.in>2009-10-28 14:44:39 +0530
committerRoopesh Chander <roop@forwardbias.in>2009-10-28 14:44:39 +0530
commitaff45ebbe9ca7ed04feb846ae6cb5b91313731cc (patch)
treef07ddcbfe54728d59e0710ec58ebaee5108d1054 /webscrap.h
parent6f86b8149c00347909b46ef6956728ccde5ec7b9 (diff)
implement removing of scraps
Diffstat (limited to 'webscrap.h')
-rw-r--r--webscrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webscrap.h b/webscrap.h
index 49754a2..9a5dd8b 100644
--- a/webscrap.h
+++ b/webscrap.h
@@ -46,12 +46,14 @@ public:
public slots:
void setTitle(const QString& title);
+ void handleCloseButtonClicked();
protected:
bool sceneEventFilter(QGraphicsItem *watched, QEvent* event);
signals:
void frameClicked();
+ void removeSelf();
public:
QGraphicsScene *m_scene;