mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-16 05:10:32 +02:00
Removed comment cause it ain't
This commit is contained in:
@@ -16,7 +16,6 @@ IntelliPhotoGui::IntelliPhotoGui(){
|
|||||||
createMenus();
|
createMenus();
|
||||||
//set style of the gui
|
//set style of the gui
|
||||||
setIntelliStyle();
|
setIntelliStyle();
|
||||||
|
|
||||||
// Size the app
|
// Size the app
|
||||||
showMaximized();
|
showMaximized();
|
||||||
}
|
}
|
||||||
@@ -28,7 +27,6 @@ void IntelliPhotoGui::closeEvent(QCloseEvent *event){
|
|||||||
if (maybeSave()) {
|
if (maybeSave()) {
|
||||||
event->accept();
|
event->accept();
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
// If there have been changes ignore the event
|
// If there have been changes ignore the event
|
||||||
event->ignore();
|
event->ignore();
|
||||||
}
|
}
|
||||||
@@ -234,7 +232,7 @@ void IntelliPhotoGui::slotCreateLineTool(){
|
|||||||
void IntelliPhotoGui::slotAboutDialog(){
|
void IntelliPhotoGui::slotAboutDialog(){
|
||||||
// Window title and text to display
|
// Window title and text to display
|
||||||
QMessageBox::about(this, tr("About Painting"),
|
QMessageBox::about(this, tr("About Painting"),
|
||||||
tr("<p><b>IntelliPhoto</b> Some nice ass looking software</p>"));
|
tr("<p><b>IntelliPhoto</b>Pretty basic editor.</p>"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define menu actions that call functions
|
// Define menu actions that call functions
|
||||||
|
|||||||
Reference in New Issue
Block a user