===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp-372-                        int hciDevice = hci_open_dev(deviceInfo.dev_id);
actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp:373:                        hci_read_bd_addr(hciDevice, &deviceInfo.bdaddr, 1000);
actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/qnetworkinfo_linux.cpp-374-                        hci_close_dev(hciDevice);
##############################################
actiona-3.10.1/actiontools/keysymhelper.cpp-115-	$re = "^#define\\s+XK_".$sym."\\s+0x[0-9a-f]+\\s*\\/\\*[ (]*U\\+([0-9a-f]{4})";
actiona-3.10.1/actiontools/keysymhelper.cpp:116:	return $1 if (`$cmd` =~ m/$re/i);
actiona-3.10.1/actiontools/keysymhelper.cpp-117-	return 0;
##############################################
actiona-3.10.1/actiontools/qhotkey.pri-16-
actiona-3.10.1/actiontools/qhotkey.pri:17:include($$PWD/qhotkey.prc)
##############################################
actiona-3.10.1/common.pri-27-}
actiona-3.10.1/common.pri:28:        !system(pkg-config --exists '$$PKGCONFIG_OPENCV') {
actiona-3.10.1/common.pri-29-                error(Please install OpenCV development libraries (libopencv-dev on Debian))