Changeset 124 for smplayer/trunk/src/about.h
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/about.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2012 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 23 23 24 24 #include <QDialog> 25 26 class QUrl; 25 27 26 28 //! Shows the about smplayer dialog … … 52 54 //! Return a formatted string with the contributor and what he did 53 55 QString contr(const QString & author, const QString & thing); 56 57 protected slots: 58 void openLink(const QUrl & link); 54 59 }; 55 60
Note:
See TracChangeset
for help on using the changeset viewer.