Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pulsatingscience
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
einsteinathome
pulsatingscience
Commits
5b0c13e1
Commit
5b0c13e1
authored
Jul 30, 2010
by
Oliver Bock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete slot
parent
e30ec337
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
src/pulsatingscience.cpp
src/pulsatingscience.cpp
+0
-6
src/pulsatingscience.h
src/pulsatingscience.h
+0
-1
No files found.
src/pulsatingscience.cpp
View file @
5b0c13e1
...
...
@@ -382,12 +382,6 @@ void PulsatingScience::on_dockAnimControl_topLevelChanged(bool topLevel) {
m_animControlFloating
=
topLevel
;
}
void
PulsatingScience
::
on_actionHelp_triggered
()
{
PulsatingScienceHelp
help
(
this
);
help
.
exec
();
}
void
PulsatingScience
::
on_actionWebsite_triggered
()
{
QDesktopServices
::
openUrl
(
QUrl
(
"http://www.aei.mpg.de"
));
...
...
src/pulsatingscience.h
View file @
5b0c13e1
...
...
@@ -62,7 +62,6 @@ public slots:
void
on_dockAnimControl_visibilityChanged
(
bool
visible
);
void
on_dockAnimControl_topLevelChanged
(
bool
topLevel
);
void
on_actionHelp_triggered
();
void
on_actionWebsite_triggered
();
void
on_actionAbout_triggered
();
...
...
Write
Preview
Markdown
is supported
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