|  | @@ -163,7 +163,7 @@ bool File::setFileReadOnlyInternal (const bool shouldBeReadOnly) const | 
														
													
														
															
																|  |  | || SetFileAttributes (fullPath.toWideCharPointer(), newAtts) != FALSE; |  |  | || SetFileAttributes (fullPath.toWideCharPointer(), newAtts) != FALSE; | 
														
													
														
															
																|  |  | } |  |  | } | 
														
													
														
															
																|  |  |  |  |  |  | 
														
													
														
															
																|  |  | bool File::setFileExecutableInternal (bool shouldBeExecutable) |  |  |  | 
														
													
														
															
																|  |  |  |  |  | bool File::setFileExecutableInternal (bool /*shouldBeExecutable*/) const | 
														
													
														
															
																|  |  | { |  |  | { | 
														
													
														
															
																|  |  | // XXX is this possible? |  |  | // XXX is this possible? | 
														
													
														
															
																|  |  | return false; |  |  | return false; | 
														
													
												
													
														
															
																|  | 
 |