8
main.cpp
8
main.cpp
@@ -6,7 +6,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
#include "yellownotes.h"
|
||||
#include "exe_path.h"
|
||||
#include "info_over_me.h"
|
||||
|
||||
SIGNAL(YellowNotes, on_tray_activate, popupTrayMenu)
|
||||
|
||||
@@ -23,11 +23,13 @@ static void activate (GtkApplication* app, gpointer user_data)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
GtkLoader l;
|
||||
WhereAmI w;
|
||||
InfoOverMe w;
|
||||
|
||||
std::cout << w.myOsHostname() << std::endl;
|
||||
|
||||
srand(time(NULL)); // seed with current time
|
||||
|
||||
std::string my_path = w.containing_folder();
|
||||
std::string my_path = w.containingFolder();
|
||||
|
||||
try {
|
||||
l.loadGtk();
|
||||
|
||||
Reference in New Issue
Block a user