diff options
author | deva <deva> | 2009-11-30 15:03:50 +0000 |
---|---|---|
committer | deva <deva> | 2009-11-30 15:03:50 +0000 |
commit | 6e715b6a7816d5db31c0078cf99d13aaf811472f (patch) | |
tree | 352e27e414d73b595d6304a3b0f44ad9bf7df03a /dgedit/filelist.h | |
parent | bb8e2b6be1c05fc41132724d1f48a285f104418c (diff) |
Some gui cleanups
Diffstat (limited to 'dgedit/filelist.h')
-rw-r--r-- | dgedit/filelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dgedit/filelist.h b/dgedit/filelist.h index b1b47a8..e148203 100644 --- a/dgedit/filelist.h +++ b/dgedit/filelist.h @@ -43,7 +43,7 @@ public slots: void addFiles(); private slots: - void selectionChanged(); + void selectionChanged(QListWidgetItem *item); }; |