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
ad93155a
Commit
ad93155a
authored
16 years ago
by
Daniel Molkentin
Browse files
Options
Downloads
Patches
Plain Diff
Update some URLs.
Reviewed-by: TrustMe
parent
47d766d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/qtcreator.qdoc
+2
-2
2 additions, 2 deletions
doc/qtcreator.qdoc
src/plugins/coreplugin/welcomemode.cpp
+2
-2
2 additions, 2 deletions
src/plugins/coreplugin/welcomemode.cpp
with
4 additions
and
4 deletions
doc/qtcreator.qdoc
+
2
−
2
View file @
ad93155a
...
...
@@ -12,7 +12,7 @@
the Linux, Mac OS X and Windows platforms.
\note Please report bugs and suggestions to the Qt Software task tracker at
http://
www.qtsoftware
.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
the word \e subscribe to qt-creator-request@trolltech.com. For more
information on Qt mailing lists, visit http://lists.trolltech.com
...
...
@@ -1461,7 +1461,7 @@
Open your project file (\c{.pro}) from the \gui{Projects} pane. Then,
follow the guidelines in the
\l{http://doc.
qtsoftware
.com/latest/make-project-files.html#declaring-other-libraries}
\l{http://doc.
trolltech
.com/latest/make-project-files.html#declaring-other-libraries}
{Declaring other Libraries} section of the Qt documentation.
If your project successfully builds and links against the external library,
...
...
This diff is collapsed.
Click to expand it.
src/plugins/coreplugin/welcomemode.cpp
+
2
−
2
View file @
ad93155a
...
...
@@ -169,7 +169,7 @@ WelcomeMode::WelcomeMode() :
//: Add localized feed here only if one exists
m_d
->
rssFetcher
->
fetch
(
QUrl
(
tr
(
"http://labs.trolltech.com/blogs/feed"
)));
m_d
->
ui
.
sitesTreeWidget
->
addItem
(
tr
(
"Qt Software"
),
QLatin1String
(
"http://
www.trolltech
.com"
));
m_d
->
ui
.
sitesTreeWidget
->
addItem
(
tr
(
"Qt Software"
),
QLatin1String
(
"http://
qt.nokia
.com"
));
m_d
->
ui
.
sitesTreeWidget
->
addItem
(
tr
(
"Qt Labs"
),
QLatin1String
(
"http://labs.trolltech.com"
));
m_d
->
ui
.
sitesTreeWidget
->
addItem
(
tr
(
"Qt Git Hosting"
),
QLatin1String
(
"http://qt.gitorious.org"
));
m_d
->
ui
.
sitesTreeWidget
->
addItem
(
tr
(
"Qt Centre"
),
QLatin1String
(
"http://www.qtcentre.org"
));
...
...
@@ -391,7 +391,7 @@ void WelcomeMode::slotOpenExample()
void
WelcomeMode
::
slotFeedback
()
{
QDesktopServices
::
openUrl
(
QUrl
(
QLatin1String
(
"http://
www.trolltech
.com/forms/feedback-forms/qt-creator-user-feedback/view"
)));
"http://
qt.nokia
.com/forms/feedback-forms/qt-creator-user-feedback/view"
)));
}
void
WelcomeMode
::
slotCreateNewProject
()
...
...
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