Changeset b574c383b7 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Apr 20, 2010, 5:51:04 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
345e7b6132
Parents:
317ba0432e
git-author:
Oleksii Serdiuk <contacts@…> (04/20/10 17:51:04)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
Message:

+ Added support for opening the file when it is dragged and dropped on the main TSPSG window.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r317ba0432e rb574c383b7  
    111111
    112112        void closeEvent(QCloseEvent *ev);
     113        void dragEnterEvent(QDragEnterEvent *ev);
     114        void dropEvent(QDropEvent *ev);
    113115        bool hasUpdater() const;
    114116        void initDocStyleSheet();
Note: See TracChangeset for help on using the changeset viewer.