Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
475a1413
Commit
475a1413
authored
15 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
long live the king
parent
93cbef87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/qtcreator.qdoc
+1
-1
1 addition, 1 deletion
doc/qtcreator.qdoc
src/plugins/welcome/communitywelcomepagewidget.cpp
+1
-4
1 addition, 4 deletions
src/plugins/welcome/communitywelcomepagewidget.cpp
src/plugins/welcome/welcomemode.cpp
+1
-1
1 addition, 1 deletion
src/plugins/welcome/welcomemode.cpp
with
3 additions
and
6 deletions
doc/qtcreator.qdoc
+
1
−
1
View file @
475a1413
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
the Linux, Mac OS X and Windows platforms.
the Linux, Mac OS X and Windows platforms.
\note Please report bugs and suggestions to the Qt task tracker at
\note Please report bugs and suggestions to the Qt task tracker at
http://qt
software
.com/developer/task-tracker. You can also join the
http://qt
.nokia
.com/developer/task-tracker. You can also join the
qt-creator@trolltech.com mailing list. To subscribe, send a message with
qt-creator@trolltech.com mailing list. To subscribe, send a message with
the word \e subscribe to qt-creator-request@trolltech.com. For more
the word \e subscribe to qt-creator-request@trolltech.com. For more
information on Qt mailing lists, visit http://lists.trolltech.com
information on Qt mailing lists, visit http://lists.trolltech.com
...
...
This diff is collapsed.
Click to expand it.
src/plugins/welcome/communitywelcomepagewidget.cpp
+
1
−
4
View file @
475a1413
...
@@ -54,7 +54,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) :
...
@@ -54,7 +54,7 @@ CommunityWelcomePageWidget::CommunityWelcomePageWidget(QWidget *parent) :
//: Add localized feed here only if one exists
//: Add localized feed here only if one exists
m_rssFetcher
->
fetch
(
QUrl
(
tr
(
"http://labs.trolltech.com/blogs/feed"
)));
m_rssFetcher
->
fetch
(
QUrl
(
tr
(
"http://labs.trolltech.com/blogs/feed"
)));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Home"
),
QLatin1String
(
"http://qt
software
.com"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Home"
),
QLatin1String
(
"http://qt
.nokia
.com"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Labs"
),
QLatin1String
(
"http://labs.trolltech.com"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Labs"
),
QLatin1String
(
"http://labs.trolltech.com"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Git Hosting"
),
QLatin1String
(
"http://qt.gitorious.org"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Git Hosting"
),
QLatin1String
(
"http://qt.gitorious.org"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Centre"
),
QLatin1String
(
"http://www.qtcentre.org"
));
ui
->
sitesTreeWidget
->
addItem
(
tr
(
"Qt Centre"
),
QLatin1String
(
"http://www.qtcentre.org"
));
...
@@ -67,13 +67,10 @@ CommunityWelcomePageWidget::~CommunityWelcomePageWidget()
...
@@ -67,13 +67,10 @@ CommunityWelcomePageWidget::~CommunityWelcomePageWidget()
delete
ui
;
delete
ui
;
}
}
void
CommunityWelcomePageWidget
::
slotUrlClicked
(
const
QString
&
data
)
void
CommunityWelcomePageWidget
::
slotUrlClicked
(
const
QString
&
data
)
{
{
QDesktopServices
::
openUrl
(
QUrl
(
data
));
QDesktopServices
::
openUrl
(
QUrl
(
data
));
}
}
}
// namespace Internal
}
// namespace Internal
}
// namespace Welcome
}
// namespace Welcome
This diff is collapsed.
Click to expand it.
src/plugins/welcome/welcomemode.cpp
+
1
−
1
View file @
475a1413
...
@@ -219,7 +219,7 @@ void WelcomeMode::showClickedPage()
...
@@ -219,7 +219,7 @@ void WelcomeMode::showClickedPage()
void
WelcomeMode
::
slotFeedback
()
void
WelcomeMode
::
slotFeedback
()
{
{
QDesktopServices
::
openUrl
(
QUrl
(
QLatin1String
(
QDesktopServices
::
openUrl
(
QUrl
(
QLatin1String
(
"http://qt
software
.com/forms/feedback-forms/qt-creator-user-feedback/view"
)));
"http://qt
.nokia
.com/forms/feedback-forms/qt-creator-user-feedback/view"
)));
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment