Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9cd8c3ca
Commit
9cd8c3ca
authored
Jan 01, 2008
by
dionoea
Browse files
Fix the video controls extended panels (make extensive use of the object's name).
parent
2b69849b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/Modules.am
View file @
9cd8c3ca
...
...
@@ -76,7 +76,7 @@ resources.cpp: res.qrc
mkdir -p -- ui
rm -f $@ $@.tmp
echo "#define Q_(a,b) QString::fromUtf8(_(a))" > $@.tmp
$(UIC) -tr "Q_" $<
| grep -v setObjectName | grep -v objectName
>> $@.tmp
$(UIC) -tr "Q_" $< >> $@.tmp
sed -e 's/Q_(\"_(\\\"\(.*\)\\\")"/Q_("\1"/' $@.tmp >$@
rm -f $@.tmp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment