Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Gepetto
robotpkg-wip
Commits
dcf2a3c1
Commit
dcf2a3c1
authored
10 years ago
by
Ellon Mendes
Browse files
Options
Downloads
Patches
Plain Diff
[wip/jafar-rtslam] Add patch to fix QT keywords to allow 3rd party signal/slots libraries
parent
dd6eaccc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
jafar-rtslam/distinfo
+1
-0
1 addition, 0 deletions
jafar-rtslam/distinfo
jafar-rtslam/patches/patch-aa
+11
-0
11 additions, 0 deletions
jafar-rtslam/patches/patch-aa
with
12 additions
and
0 deletions
jafar-rtslam/distinfo
+
1
−
0
View file @
dcf2a3c1
SHA1 (jafar-rtslam-0.3.tar.gz) = de6ce87c7bfb5b4c1a613301080fea7a6c776491
RMD160 (jafar-rtslam-0.3.tar.gz) = dd97d607e1de192218f4a9ec621af9d11ffd6de7
Size (jafar-rtslam-0.3.tar.gz) = 768877 bytes
SHA1 (patch-aa) = 74e4aa2badc4a225a288e5420ab9065da3f7f353
This diff is collapsed.
Click to expand it.
jafar-rtslam/patches/patch-aa
0 → 100644
+
11
−
0
View file @
dcf2a3c1
--- include/rtslam/display_qt.hpp 2014-05-29 02:22:39.677960843 +0200
+++ include/rtslam/display_qt.hpp 2014-05-29 02:23:33.309959257 +0200
@@ -153,7 +153,7 @@
void bufferize();
void render();
void dump(std::string filename);
- public slots:
+ public Q_SLOTS:
void onKeyPress(QKeyEvent *event);
void onMouseClick(QGraphicsSceneMouseEvent *mouseEvent, bool isClick);
};
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