Skip to content

Commit

Permalink
more ememes #248
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Feb 10, 2020
1 parent bd60562 commit 86a7ec8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plotter_gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ QPixmap getFunnySplashscreen(){
qsrand(time(nullptr));

auto getNum = [](){
const int last_image_num = 44;
const int last_image_num = 51;
int n = qrand() % (last_image_num+2);
if ( n > last_image_num ){ n = 0; }
return n;
Expand Down
7 changes: 7 additions & 0 deletions plotter_gui/resource.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,12 @@
<file>resources/memes/meme_44.jpg</file>
<file>resources/github.png</file>
<file>resources/twitter.png</file>
<file>resources/memes/meme_45.jpg</file>
<file>resources/memes/meme_46.jpg</file>
<file>resources/memes/meme_47.jpg</file>
<file>resources/memes/meme_48.jpg</file>
<file>resources/memes/meme_49.jpg</file>
<file>resources/memes/meme_50.jpg</file>
<file>resources/memes/meme_51.jpg</file>
</qresource>
</RCC>
Binary file added plotter_gui/resources/memes/meme_45.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_46.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_47.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_48.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_49.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_50.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plotter_gui/resources/memes/meme_51.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 86a7ec8

@isakhammer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the best commit ever

Please sign in to comment.