1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Move adjustingscrollarea.cpp

This commit is contained in:
tux3 2015-06-06 02:16:52 +02:00
parent bb999456da
commit 0a04c48f33
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
4 changed files with 5 additions and 5 deletions

View File

@ -349,7 +349,7 @@ contains(ENABLE_SYSTRAY_GTK_BACKEND, NO) {
src/widget/friendlistwidget.h \
src/widget/genericchatroomwidget.h \
src/widget/form/genericchatform.h \
src/widget/adjustingscrollarea.h \
src/widget/tool/adjustingscrollarea.h \
src/widget/form/loadhistorydialog.h \
src/widget/form/setpassworddialog.h \
src/widget/form/tabcompleter.h \
@ -375,7 +375,7 @@ contains(ENABLE_SYSTRAY_GTK_BACKEND, NO) {
src/widget/widget.cpp \
src/video/netcamview.cpp \
src/widget/friendlistwidget.cpp \
src/widget/adjustingscrollarea.cpp \
src/widget/tool/adjustingscrollarea.cpp \
src/widget/form/loadhistorydialog.cpp \
src/widget/form/setpassworddialog.cpp \
src/widget/form/tabcompleter.cpp \

View File

@ -1072,7 +1072,7 @@ QSplitter:handle{
<rect>
<x>0</x>
<y>0</y>
<width>292</width>
<width>284</width>
<height>359</height>
</rect>
</property>
@ -1856,12 +1856,12 @@ QSplitter:handle{
<customwidget>
<class>CroppingLabel</class>
<extends>QLabel</extends>
<header location="global">src/widget/croppinglabel.h</header>
<header location="global">src/widget/tool/croppinglabel.h</header>
</customwidget>
<customwidget>
<class>AdjustingScrollArea</class>
<extends>QScrollArea</extends>
<header>src/widget/adjustingscrollarea.h</header>
<header location="global">src/widget/tool/adjustingscrollarea.h</header>
<container>1</container>
</customwidget>
</customwidgets>