aboutsummaryrefslogtreecommitdiff
path: root/include/aoevidencebutton.h
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-07-12 23:00:25 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2019-07-12 23:00:25 +0000
commit2a5d569511af7d9411cd73f2dfd329da38730dc0 (patch)
tree7eb561cd17039bb29e2f50dd5699c634051d72b2 /include/aoevidencebutton.h
parent621aa1adacec2bcc6befb1a4a70eff7c0e46e7b6 (diff)
parent5eccabcad15a52691228aded1d9c1fd5074fb70e (diff)
Merge branch 'less_insane_debugging' into 'master'
Less insane debugging See merge request AttorneyOnline/AO2-Client!75
Diffstat (limited to 'include/aoevidencebutton.h')
-rw-r--r--include/aoevidencebutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/aoevidencebutton.h b/include/aoevidencebutton.h
index 27fb84b3..80b747cd 100644
--- a/include/aoevidencebutton.h
+++ b/include/aoevidencebutton.h
@@ -35,8 +35,10 @@ protected:
void enterEvent(QEvent *e);
void leaveEvent(QEvent *e);
void mouseDoubleClickEvent(QMouseEvent *e);
+ /*
void dragLeaveEvent(QMouseEvent *e);
void dragEnterEvent(QMouseEvent *e);
+ */
signals:
void evidence_clicked(int p_id);