forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: src/plugins/debugger/moduleshandler.cpp src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
This commit is contained in:
@@ -47,7 +47,7 @@ CloneWizard::CloneWizard(QObject *parent) :
|
||||
|
||||
QIcon CloneWizard::icon() const
|
||||
{
|
||||
return QIcon();
|
||||
return QIcon(QLatin1String(":/git/images/git.png"));
|
||||
}
|
||||
|
||||
QString CloneWizard::description() const
|
||||
|
||||
@@ -50,3 +50,6 @@ FORMS += changeselectiondialog.ui \
|
||||
stashdialog.ui
|
||||
OTHER_FILES += ScmGit.pluginspec
|
||||
include(gitorious/gitorious.pri)
|
||||
|
||||
RESOURCES += \
|
||||
git.qrc
|
||||
|
||||
6
src/plugins/git/git.qrc
Normal file
6
src/plugins/git/git.qrc
Normal file
@@ -0,0 +1,6 @@
|
||||
<RCC>
|
||||
<qresource prefix="/git">
|
||||
<file>images/git.png</file>
|
||||
<file>images/gitorious.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
@@ -75,7 +75,7 @@ GitoriousCloneWizard::GitoriousCloneWizard(QObject *parent) :
|
||||
|
||||
QIcon GitoriousCloneWizard::icon() const
|
||||
{
|
||||
return QIcon();
|
||||
return QIcon(QLatin1String(":/git/images/gitorious.png"));
|
||||
}
|
||||
|
||||
QString GitoriousCloneWizard::description() const
|
||||
|
||||
BIN
src/plugins/git/images/git.png
Normal file
BIN
src/plugins/git/images/git.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 466 B |
BIN
src/plugins/git/images/gitorious.png
Normal file
BIN
src/plugins/git/images/gitorious.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user