Changeset 176 for smplayer/trunk/src/actionseditor.h
- Timestamp:
- May 3, 2016, 5:25:45 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/actionseditor.h
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 19 19 /* This is based on qq14-actioneditor-code.zip from Qt */ 20 20 21 #ifndef _ACTIONSEDITOR_H_22 #define _ACTIONSEDITOR_H_21 #ifndef ACTIONSEDITOR_H 22 #define ACTIONSEDITOR_H 23 23 24 24 #include <QWidget> … … 78 78 int findActionAccel(const QString & accel, int ignoreRow = -1); 79 79 bool hasConflicts(); 80 static bool containsShortcut(const QString & accel, const QString & shortcut); 80 81 81 82 protected slots:
Note:
See TracChangeset
for help on using the changeset viewer.