Changeset 2ee008ab49803a60b5983c6c051186b83931b8e1
- Timestamp:
- 24/08/08 20:31:39
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1219602699 -0700
- git-parent:
[274260e42fcadec5f61a81ca30bee1a65b4321a8]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1219602643 -0700
- Message:
Open Dialog: Close #1912
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0b30110 |
r2ee008a |
|
| 194 | 194 | OpenDialog::getInstance( NULL, NULL, true )->selectSlots(); |
|---|
| 195 | 195 | } |
|---|
| | 196 | |
|---|
| | 197 | void FileOpenBox::reject() |
|---|
| | 198 | {} |
|---|
| 196 | 199 | |
|---|
| 197 | 200 | /* Function called by Open Dialog when clicked on cancel */ |
|---|
| r0d25466 |
r2ee008a |
|
| 111 | 111 | public slots: |
|---|
| 112 | 112 | void accept(); |
|---|
| | 113 | void reject(); |
|---|
| 113 | 114 | }; |
|---|
| 114 | 115 | |
|---|